From cc538ad5233990a8effd474ee51a108f4b7c1a10 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Sun, 2 Oct 2016 14:34:44 +0300 Subject: [PATCH] Align kernel command-line params for EFI via grub to BIOS via isolinux --- scripts/grub.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/grub.cfg b/scripts/grub.cfg index 3882fb7d..be3951da 100644 --- a/scripts/grub.cfg +++ b/scripts/grub.cfg @@ -8,7 +8,7 @@ insmod efi_uga menuentry "Rancher" { set gfxpayload=keep - linux /boot/vmlinuz quiet rancher.password=rancher rancher.state.autoformat=[/dev/sda,/dev/vda] + linux /boot/vmlinuz quiet rancher.autologin=tty1 rancher.autologin=ttyS0 initrd /boot/initrd }