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:
parent
cdd3dcc99e
commit
cc538ad523
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user