systemrescue-zfs/syslinux/sysresccd_head.cfg
Nick Chevsky c7c45da7ad SystemRescueCd 6.1.7 + ZFS 0.8.4
* Add ZFS 0.8.4
* GRUB (UEFI boot) improvements:
  * Enable serial console
  * Add 30-sec automatic boot timeout
  * Clean up configuration
* SYSLINUX (BIOS boot) improvements:
  * Increase serial console baud rate (38400 => 115200)
  * Reduce automatic boot timeout (90 sec => 30 sec)
* Build script improvements:
  * Print argument summary when building with `-v`
  * Print header for each build step
* Clean up issue(5)
2020-08-23 19:44:59 -04:00

26 lines
815 B
INI

SERIAL 0 115200
TIMEOUT 300
UI boot/syslinux/vesamenu.c32
MENU TITLE %ISO_APPLICATION% %ISO_VERSION%
MENU BACKGROUND #c00090f0
MENU WIDTH 78
MENU MARGIN 4
MENU ROWS 15
MENU TABMSGROW 22
MENU CMDLINEROW 22
MENU HELPMSGROW 24
MENU HELPMSGENDROW 37
# Refer to http://syslinux.zytor.com/wiki/index.php/Doc/menu
MENU COLOR border 30;44 #40ffffff #a0000000 std
MENU color title 1;31;40 #FFFF0000 #00000000 std
MENU color sel 7;37;40 #FF000000 #FFC0C0C0 all
MENU color unsel 37;44 #FF000000 #00000000 none
MENU COLOR help 37;40 #c0ffffff #a0000000 std
MENU COLOR timeout_msg 37;40 #80ffffff #00000000 std
MENU COLOR timeout 1;37;40 #c0ffffff #00000000 std
MENU COLOR msg07 37;40 #90ffffff #a0000000 std
MENU color tabmsg 1;31;40 #FFFFFF00 #00000000 std