Include grub2-efi-modules on the boot.iso (#1277227)
Some users need to be able to run grub2-install from %pre Resolves: rhbz#1277227
This commit is contained in:
parent
2b66adb5ad
commit
83590af2be
@ -26,7 +26,7 @@ installpkg grubby
|
||||
|
||||
## arch-specific packages (bootloaders etc.)
|
||||
%if basearch == "aarch64":
|
||||
installpkg efibootmgr grub2-efi grubby shim shim-unsigned
|
||||
installpkg efibootmgr grub2-efi grub2-efi-modules grubby shim shim-unsigned
|
||||
%endif
|
||||
%if basearch in ("arm", "armhfp"):
|
||||
installpkg kernel-lpae
|
||||
@ -36,7 +36,7 @@ installpkg grubby
|
||||
installpkg kernel-PAE gpart
|
||||
%endif
|
||||
%if basearch == "x86_64":
|
||||
installpkg efibootmgr grub2-efi shim shim-unsigned
|
||||
installpkg efibootmgr grub2-efi grub2-efi-modules shim shim-unsigned
|
||||
%endif
|
||||
%if basearch in ("i386", "x86_64"):
|
||||
installpkg grub2 grub2-tools memtest86+ syslinux syslinux-nonlinux
|
||||
|
Loading…
Reference in New Issue
Block a user