+2011-03-23 Vladimir Serbinenko <phcoder@gmail.com>
+
+ * util/grub-install.in: Correct the x86-64 name as x86_64.
+
2011-03-11 Colin Watson <cjwatson@ubuntu.com>
* grub-core/boot/i386/pc/lnxboot.S (real_code_2): Ensure that the
case "$target_cpu" in
i386)
efi_file=BOOTIA32.EFI ;;
- x86-64)
+ x86_64)
efi_file=BOOTX64.EFI ;;
# GRUB does not yet support these architectures, but they're defined
# by the specification so we include them here to ease future
case "$target_cpu" in
i386)
efi_file=grubia32.efi ;;
- x86-64)
+ x86_64)
efi_file=grubx64.efi ;;
# GRUB does not yet support these architectures, but they're defined
# by the specification so we include them here to ease future