1
0
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:
Sven Dowideit
2017-06-28 23:58:14 +10:00
parent 204facc395
commit b733bde9cd
7 changed files with 95 additions and 18 deletions

View File

@@ -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