1 # So we can tell loader the right things for a PXE boot of Kayak...
   2 
   3 # Our unix lives under boot...
   4 bootfile="/boot/platform/i86pc/kernel/amd64/unix"
   5 
   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"
  10 
  11 # Like the ISO, let people know we're in the PXE installer:
  12 loader_menu_title="Welcome to the OmniOS PXE Installer"
  13 autoboot_delay=1
  14 
  15 # Make sure we're maxed out on TFTP block size.
  16 tftp.blksize="1428"
  17 
  18 # Same with NFS if we use it. Optimize for NFS-in-UDP-in-PathMTU.
  19 nfs.read_size="1344"
  20 
  21 # Now the boot-archive in loader is different.  We don't need a .gz in
  22 # the filename because loader looks for <name>.gz.
  23 boot_archive_name="kayak/miniroot"
  24 boot_archive.hash_name="kayak/miniroot.gz.hash"