diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-28 00:24:04 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2011-09-28 00:24:04 +0200 |
commit | d7ceda3b39e650db3f98de7da96b5ea40d0ff035 (patch) | |
tree | 9fd1fbe1c2c86304073c4fb09abc547d5e4b8f71 /config/binary_local-includes/boot/grub/x86_64-efi | |
parent | c344a3b2da7b472b4cfb2d4e05786604c36b458b (diff) | |
download | kanotix-d7ceda3b39e650db3f98de7da96b5ea40d0ff035.zip kanotix-d7ceda3b39e650db3f98de7da96b5ea40d0ff035.tar.gz |
added GRUB/ GRUB-EFI config
Diffstat (limited to 'config/binary_local-includes/boot/grub/x86_64-efi')
-rw-r--r-- | config/binary_local-includes/boot/grub/x86_64-efi/grub.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/binary_local-includes/boot/grub/x86_64-efi/grub.cfg b/config/binary_local-includes/boot/grub/x86_64-efi/grub.cfg new file mode 100644 index 0000000..107a80e --- /dev/null +++ b/config/binary_local-includes/boot/grub/x86_64-efi/grub.cfg @@ -0,0 +1,12 @@ +insmod part_acorn +insmod part_amiga +insmod part_apple +insmod part_bsd +insmod part_gpt +insmod part_msdos +insmod part_sun +insmod part_sunpc +insmod efi_gop +insmod efi_uga +set efi=1 +source /boot/grub/grub.cfg |