mirror of
https://github.com/rancher/os.git
synced 2025-06-19 03:31:55 +00:00
36 lines
807 B
INI
36 lines
807 B
INI
# Add `UI vesamenu.c32` to a new line in `global.cfg` to switch to GUI bootmenu (use `sudo ros config syslinux`)
|
|
UI menu.c32
|
|
TIMEOUT 30 #3s
|
|
PROMPT 0
|
|
|
|
# doesn't appear to work here?
|
|
INCLUDE ../global.cfg
|
|
|
|
# each INCLUDEd file has a `DEFAULT mylabel` in it, and the last one wins
|
|
LABEL rancheros-previous
|
|
MENU LABEL Previous RancherOS Version
|
|
MENU DISABLE
|
|
INCLUDE ../linux-previous.cfg
|
|
|
|
LABEL rancheros-current
|
|
MENU LABEL Current RancherOS Version
|
|
MENU DISABLE
|
|
INCLUDE ../linux-current.cfg
|
|
|
|
# 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
|
|
|