#
# Boot loader file for $NANO_LABEL. This relies on a hacked beastie.4th.
#
autoboot_delay="2"
loader_logo=" "
loader_menu_title=" "
loader_version=" "
loader_brand="%NANO_LABEL_LOWER%-brand"
vfs.root.mountfrom="cd9660:iso9660/%CDROM_LABEL%"
# The following delay during mounting of root file
# system is needed because mounting of an IPMI CD-ROM
# sometimes slow.
vfs.mountroot.timeout="180"
-
Craig Rodrigues authored
Set variables in /boot/loader.conf in the ISO CD-ROM image which triggers the new logic in: /boot/version.4th /boot/brand.4th /boot/loader.rc.local to display the correct product logo on boot of the ISO CD-ROM image. Ticket: #3643
75dfad14