We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed4a3f2 commit 73dc67cCopy full SHA for 73dc67c
scripts/isolinux_label.cfg
@@ -7,6 +7,13 @@ LABEL rancheros-${LABEL}
7
INITRD ../initrd-${VERSION}
8
# see global.cfg for kernel boot parameters
9
10
+LABEL rancheros-${LABEL}-default-console
11
+ SAY rancheros-${LABEL}: default-console BurmillaOS ${VERSION} ${KERNEL_VERSION}
12
+ MENU LABEL Use default console
13
+ KERNEL ../vmlinuz-${KERNEL_VERSION}
14
+ INITRD ../initrd-${VERSION}
15
+ APPEND rancher.console=default
16
+
17
LABEL rancheros-${LABEL}-autologin
18
SAY rancheros-${LABEL}-autologin: autologin BurmillaOS ${VERSION} ${KERNEL_VERSION}
19
MENU LABEL Autologin on tty1 and ttyS0
0 commit comments