2017-06-28 03:15:58 +00:00
|
|
|
UI vesamenu.c32
|
|
|
|
TIMEOUT 20 #2s
|
|
|
|
PROMPT 0
|
2016-12-06 00:33:10 +00:00
|
|
|
|
2016-12-07 10:55:38 +00:00
|
|
|
# doesn't appear to work here?
|
|
|
|
INCLUDE ../global.cfg
|
|
|
|
|
2016-12-07 03:33:43 +00:00
|
|
|
# each INCLUDEd file has a `DEFAULT mylabel` in it, and the last one wins
|
|
|
|
INCLUDE ../linux-previous.cfg
|
|
|
|
INCLUDE ../linux-current.cfg
|
2017-06-28 03:15:58 +00:00
|
|
|
|
|
|
|
# http://www.syslinux.org/wiki/index.php?title=Comboot/menu.c32
|
|
|
|
LABEL Boot next BIOS option
|
|
|
|
MENU LABEL Boot next BIOS option
|
|
|
|
LOCALBOOT -1
|
|
|
|
|
|
|
|
MENU TITLE RancherOS
|
|
|
|
MENU BACKGROUND ../rancher.png
|
|
|
|
|
|
|
|
MENU WIDTH 80
|
|
|
|
MENU MARGIN 10
|
|
|
|
MENU ROWS 12
|
|
|
|
MENU TABMSGROW 18
|
|
|
|
MENU CMDLINEROW 18
|
|
|
|
MENU ENDROW 24
|
|
|
|
MENU TIMEOUTROW 20
|
|
|
|
|