1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00
Files
os/scripts/isolinux_label.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

39 lines
1.4 KiB
INI

DEFAULT rancheros-${LABEL}
LABEL rancheros-${LABEL}
SAY rancheros-${LABEL}: BurmillaOS ${VERSION} ${KERNEL_VERSION}
MENU LABEL BurmillaOS ${VERSION} ${KERNEL_VERSION}
KERNEL ../vmlinuz-${KERNEL_VERSION}
INITRD ../initrd-${VERSION}
# see global.cfg for kernel boot parameters
LABEL rancheros-${LABEL}-autologin
SAY rancheros-${LABEL}-autologin: autologin BurmillaOS ${VERSION} ${KERNEL_VERSION}
MENU LABEL Autologin on tty1 and ttyS0
MENU INDENT 2
COM32 cmd.c32
APPEND rancheros-${LABEL} rancher.autologin=tty1 rancher.autologin=ttyS0
LABEL rancheros-${LABEL}-debug
SAY rancheros-${LABEL}-debug: debug BurmillaOS ${VERSION} ${KERNEL_VERSION}
MENU LABEL Debug logging
MENU INDENT 2
COM32 cmd.c32
APPEND rancheros-${LABEL} rancher.debug=true
LABEL rancheros-${LABEL}-debug-autologin
SAY rancheros-${LABEL}-debug-autolgin: debug and autologin BurmillaOS ${VERSION} ${KERNEL_VERSION}
MENU LABEL Autologin on tty1 and ttyS0 plus Debug logging
MENU INDENT 2
COM32 cmd.c32
APPEND rancheros-${LABEL} rancher.autologin=tty1 rancher.autologin=ttyS0 rancher.debug=true
LABEL rancheros-${LABEL}-recovery
SAY rancheros-${LABEL}-recovery: recovery console BurmillaOS ${VERSION} ${KERNEL_VERSION}
MENU LABEL Recovery console
MENU INDENT 2
COM32 cmd.c32
APPEND rancheros-${LABEL} rancher.recovery=true
MENU SEPARATOR