Skip to content

Commit 73dc67c

Browse files
committed
Support installation without console
1 parent ed4a3f2 commit 73dc67c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

scripts/isolinux_label.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ LABEL rancheros-${LABEL}
77
INITRD ../initrd-${VERSION}
88
# see global.cfg for kernel boot parameters
99

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+
1017
LABEL rancheros-${LABEL}-autologin
1118
SAY rancheros-${LABEL}-autologin: autologin BurmillaOS ${VERSION} ${KERNEL_VERSION}
1219
MENU LABEL Autologin on tty1 and ttyS0

0 commit comments

Comments
 (0)