2017-06-28 13:58:14 +00:00
|
|
|
# Add `UI vesamenu.c32` to a new line in `global.cfg` to switch to GUI bootmenu (use `sudo ros config syslinux`)
|
|
|
|
UI menu.c32
|
2017-06-28 03:15:58 +00:00
|
|
|
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
|
2017-06-28 13:58:14 +00:00
|
|
|
LABEL rancheros-previous
|
|
|
|
MENU LABEL Previous RancherOS Version
|
|
|
|
MENU DISABLE
|
2016-12-07 03:33:43 +00:00
|
|
|
INCLUDE ../linux-previous.cfg
|
2017-06-28 13:58:14 +00:00
|
|
|
|
|
|
|
LABEL rancheros-current
|
|
|
|
MENU LABEL Current RancherOS Version
|
|
|
|
MENU DISABLE
|
2016-12-07 03:33:43 +00:00
|
|
|
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
|
|
|
|
|