1
0
mirror of https://github.com/rancher/os.git synced 2025-06-22 04:57:04 +00:00

Align kernel command-line params for EFI via grub to BIOS via isolinux

This commit is contained in:
Avi Deitcher 2016-10-02 14:34:44 +03:00
parent cdd3dcc99e
commit cc538ad523

View File

@ -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
}