keep nc, pkill and killall on miniroot
[unleashed-kayak.git] / loader.conf.local
blob5e4ee30d4ee2b162f50411a485b5f2c2990f67a1
1 # So we can tell loader the right things for a PXE boot of Kayak...
3 # Our unix lives under boot...
4 bootfile="/boot/platform/i86pc/kernel/amd64/unix"
6 # We need some install boot arguments...
7 # NOTE: "x.y.z.a" should be filled in with an actual IP address for the "kayak"
8 # service host.
9 boot-args="-B install_media=http://x.y.z.a/kayak/r151021-20170314.zfs.bz2,install_config=http://x.y.z.a/kayak"
11 loader_menu_title="unleashed installer"
12 autoboot_delay=1
14 # Make sure we're maxed out on TFTP block size.
15 tftp.blksize="1428"
17 # Now the boot-archive in loader is different.  We don't need a .gz in
18 # the filename because loader looks for <name>.gz.
19 boot_archive_name="kayak/miniroot"
20 boot_archive_hash_name="kayak/miniroot.gz.hash"