1
Description: Fix grub-install on amd64 EFI systems
2
Author: Vladimir Serbinenko <phcoder@gmail.com>
3
Bug-Debian: http://bugs.debian.org/617388
5
Applied-Upstream: http://bazaar.launchpad.net/~vcs-imports/grub/grub2-bzr/revision/3097
6
Last-Update: 2011-04-21
8
Index: b/util/grub-install.in
9
===================================================================
10
--- a/util/grub-install.in
11
+++ b/util/grub-install.in
15
efi_file=BOOTIA32.EFI ;;
18
efi_file=BOOTX64.EFI ;;
19
# GRUB does not yet support these architectures, but they're defined
20
# by the specification so we include them here to ease future
24
efi_file=grubia32.efi ;;
27
efi_file=grubx64.efi ;;
28
# GRUB does not yet support these architectures, but they're defined
29
# by the specification so we include them here to ease future