1
0
mirror of https://github.com/rancher/os.git synced 2025-08-15 05:26:21 +00:00
os/scripts/isolinux.cfg
Olli Janatuinen 872f1cd6da Initiate Burmilla OS project
- Use burmilla GitHub repos
- Release under burmilla Docker Hub
- GitHub action for create releases
- Updated boot image and login banner
- Use Debian as default console
- Updated system-cron to v0.5.0
- Updated services to latest versions
- Bump up kernel to 4.14.206
- Include burmilla/os-debianconsole:v1.9.0 to initrd
2021-02-18 20:07:36 +02:00

36 lines
811 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 BurmillaOS Version
MENU DISABLE
INCLUDE ../linux-previous.cfg
LABEL rancheros-current
MENU LABEL Current BurmillaOS 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 BurmillaOS
MENU BACKGROUND ../burmilla.png
MENU WIDTH 80
MENU MARGIN 10
MENU ROWS 12
MENU TABMSGROW 18
MENU CMDLINEROW 18
MENU ENDROW 24
MENU TIMEOUTROW 20