From dbef67dc422b480529c5f65bf0f741434fba20af Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 25 Dec 2012 15:51:41 +0100 Subject: [PATCH] [scripts] also include hfsplus and bsd modules in our UEFI GRUB2 image --- scripts/make_grub_efi.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/make_grub_efi.sh b/scripts/make_grub_efi.sh index 9b15902..bdd6809 100755 --- a/scripts/make_grub_efi.sh +++ b/scripts/make_grub_efi.sh @@ -42,7 +42,7 @@ if [ -d "${x86_64_EFI_DIR}" ]; then -d "${x86_64_EFI_DIR_PREFIX}" \ -o /bootx64.efi \ -O x86_64-efi ext2 fat lvm part_msdos \ - part_gpt search_fs_uuid normal \ + part_gpt hfsplus bsd search_fs_uuid normal \ chain iso9660 configfile loadenv \ reboot cat \ || exit 1 @@ -56,7 +56,7 @@ if [ -d "${i386_EFI_DIR}" ]; then -d "${i386_EFI_DIR_PREFIX}" \ -o /boota32.efi \ -O i386-efi ext2 fat lvm part_msdos \ - part_gpt search_fs_uuid normal \ + part_gpt hfsplus bsd search_fs_uuid normal \ chain iso9660 configfile loadenv \ reboot cat \ || exit 1