From 1a1391112a1eb8aa57880cc94eaf43fd1e8322c9 Mon Sep 17 00:00:00 2001 From: Ivan Mikushin Date: Mon, 17 Aug 2015 17:04:16 +0500 Subject: [PATCH] make tty0 the default console the last `console=` value becomes `/dev/console` (see https://www.kernel.org/doc/Documentation/serial-console.txt) --- scripts/installer/lay-down-os | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/installer/lay-down-os b/scripts/installer/lay-down-os index 3b631915..f3b6e087 100755 --- a/scripts/installer/lay-down-os +++ b/scripts/installer/lay-down-os @@ -78,7 +78,7 @@ set timeout="1" menuentry "RancherOS-current" { set root=(hd0,msdos1) - linux /boot/vmlinuz-${VERSION}-rancheros ${append_line} console=tty0 console=ttyS0 + linux /boot/vmlinuz-${VERSION}-rancheros ${append_line} console=ttyS0 console=tty0 initrd /boot/initrd-${VERSION}-rancheros } @@ -89,7 +89,7 @@ if [ ! -z $ROLLBACK_VERSION ]; then cat >>$grub_cfg <> $grub_file<