[scripts] also include hfsplus and bsd modules in our UEFI GRUB2 image
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user