2016-12-06 00:33:10 +00:00
|
|
|
|
2016-12-07 03:33:43 +00:00
|
|
|
DEFAULT rancheros-${LABEL}
|
|
|
|
LABEL rancheros-${LABEL}
|
|
|
|
SAY rancheros-${LABEL}: RancherOS ${VERSION} ${KERNEL_VERSION}
|
2017-06-28 03:15:58 +00:00
|
|
|
MENU LABEL RancherOS ${VERSION} ${KERNEL_VERSION}
|
2017-01-27 04:50:56 +00:00
|
|
|
KERNEL ../vmlinuz-${KERNEL_VERSION}
|
|
|
|
INITRD ../initrd-${VERSION}
|
2017-01-27 02:53:44 +00:00
|
|
|
# see global.cfg for kernel boot parameters
|
2016-12-07 03:33:43 +00:00
|
|
|
|
2017-06-28 03:15:58 +00:00
|
|
|
LABEL rancheros-${LABEL}-autologin
|
|
|
|
SAY rancheros-${LABEL}-autologin: autologin RancherOS ${VERSION} ${KERNEL_VERSION}
|
|
|
|
MENU LABEL rancher.autologin
|
|
|
|
MENU INDENT 2
|
|
|
|
COM32 cmd.c32
|
|
|
|
APPEND rancheros-${LABEL} rancher.autologin=tty1 rancher.autologin=ttyS0
|
|
|
|
|
|
|
|
LABEL rancheros-${LABEL}-debug
|
|
|
|
SAY rancheros-${LABEL}-debug: debug RancherOS ${VERSION} ${KERNEL_VERSION}
|
|
|
|
MENU LABEL rancher.debug=true
|
|
|
|
MENU INDENT 2
|
|
|
|
COM32 cmd.c32
|
|
|
|
APPEND rancheros-${LABEL} rancher.debug=true
|
|
|
|
|
2017-06-28 13:58:14 +00:00
|
|
|
LABEL rancheros-${LABEL}-debug-autologin
|
|
|
|
SAY rancheros-${LABEL}-debug-autolgin: debug and autologin RancherOS ${VERSION} ${KERNEL_VERSION}
|
|
|
|
MENU LABEL rancher.debug and rancher.autologin
|
|
|
|
MENU INDENT 2
|
|
|
|
COM32 cmd.c32
|
|
|
|
APPEND rancheros-${LABEL} rancher.autologin=tty1 rancher.autologin=ttyS0 rancher.debug=true
|
|
|
|
|
2017-06-28 03:15:58 +00:00
|
|
|
MENU SEPARATOR
|