[scripts] also include hfsplus and bsd modules in our UEFI GRUB2 image

This commit is contained in:
Fabio Erculiani
2012-12-25 15:51:41 +01:00
parent e16b4550ee
commit dbef67dc42
+2 -2
View File
@@ -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