1
0
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:
Avi Deitcher
2016-10-02 11:40:57 +03:00
parent f56501251e
commit 4b121ec3b1
3 changed files with 43 additions and 0 deletions

14
scripts/grub.cfg Normal file
View 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
}