]> git.proxmox.com Git - grub2.git/commitdiff
Build vfat into EFI boot images
authorMario Limonciello <Mario_Limonciello@dell.com>
Mon, 13 Jan 2014 12:12:59 +0000 (12:12 +0000)
committerColin Watson <cjwatson@debian.org>
Sun, 18 Sep 2016 17:15:49 +0000 (18:15 +0100)
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

util/grub-mkrescue.c

index 238d4840e2f9613c6392e16cb88e7f413cae41c4..10dc2023ba15386dc7e165ad671434be19563396 100644 (file)
@@ -738,6 +738,7 @@ main (int argc, char *argv[])
 
       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);
@@ -806,6 +807,7 @@ main (int argc, char *argv[])
       free (efidir);
       grub_install_pop_module ();
       grub_install_pop_module ();
+      grub_install_pop_module ();
     }
 
   grub_install_push_module ("part_apple");