1
0
mirror of https://github.com/rancher/os.git synced 2025-06-27 15:26:50 +00:00
os/scripts/grub.cfg

15 lines
246 B
INI
Raw Normal View History

set default="0"
set timeout=10
set gfxmode=auto
insmod efi_gop
insmod efi_uga
menuentry "Rancher" {
set gfxpayload=keep
linux /boot/vmlinuz quiet rancher.autologin=tty1 rancher.autologin=ttyS0
initrd /boot/initrd
}