Skip to content

Commit

Permalink
Include grub2-efi-modules on the boot.iso (#1277227)
Browse files Browse the repository at this point in the history
Some users need to be able to run grub2-install from %pre

Resolves: rhbz#1277227
  • Loading branch information
bcl committed Feb 19, 2016
1 parent 5da9f5c commit 2d4bd75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions share/runtime-install.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ installpkg kernel

## 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 kernel-tegra
Expand All @@ -31,7 +31,7 @@ installpkg kernel
%endif
%if basearch in ("i386", "x86_64"):
installpkg grub2 grub2-tools biosdevname memtest86+ syslinux
installpkg efibootmgr grub2-efi shim shim-unsigned
installpkg efibootmgr grub2-efi grub2-efi-modules shim shim-unsigned
%endif
%if basearch in ("ppc", "ppc64", "ppc64le"):
installpkg grub2 grub2-tools fbset hfsutils kernel-bootwrapper ppc64-utils
Expand Down

0 comments on commit 2d4bd75

Please sign in to comment.