mirror of
https://github.com/rancher/os.git
synced 2025-08-31 14:23:11 +00:00
add some better menu touches, make upgrade also upgrade to the menu, and add a ros config syslinux cmd for editing the global.cfg
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
UI vesamenu.c32
|
||||
# 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 20 #2s
|
||||
PROMPT 0
|
||||
|
||||
@@ -6,7 +7,14 @@ PROMPT 0
|
||||
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
|
||||
|
Reference in New Issue
Block a user