Author: Colin Watson <cjwatson@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/677758
Forwarded: http://lists.gnu.org/archive/html/grub-devel/2011-01/msg00028.html
Last-Update: 2016-09-18
Patch-Name: mkrescue_efi_modules.patch
grub_install_push_module ("part_gpt");
grub_install_push_module ("part_msdos");
+ grub_install_push_module ("fat");
imgname = grub_util_path_concat (2, efidir_efi_boot, "bootia64.efi");
make_image_fwdisk_abs (GRUB_INSTALL_PLATFORM_IA64_EFI, "ia64-efi", imgname);
free (efidir);
grub_install_pop_module ();
grub_install_pop_module ();
+ grub_install_pop_module ();
}
grub_install_push_module ("part_apple");