mirror of
https://github.com/rancher/os.git
synced 2025-08-01 23:17:50 +00:00
15 lines
270 B
INI
15 lines
270 B
INI
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.password=rancher rancher.state.autoformat=[/dev/sda,/dev/vda]
|
|
initrd /boot/initrd
|
|
}
|
|
|