mirror of
https://github.com/rancher/os.git
synced 2025-09-02 15:24:32 +00:00
Add grub-efi to Dockerfile.dapper, efi.txt instructions and base grub.cfg
This commit is contained in:
14
scripts/grub.cfg
Normal file
14
scripts/grub.cfg
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
}
|
||||
|
Reference in New Issue
Block a user