do not depend on initial-boot service
[unleashed-kayak.git] / loader.conf.local
blob67b871c1ec40d1c83fe1a66c65ac4aada8f5788b
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 # Same with NFS if we use it. Optimize for NFS-in-UDP-in-PathMTU.
18 nfs.read_size="1344"
20 # Now the boot-archive in loader is different.  We don't need a .gz in
21 # the filename because loader looks for <name>.gz.
22 boot_archive_name="kayak/miniroot"
23 boot_archive.hash_name="kayak/miniroot.gz.hash"