From 0252c5a7f172a850e3da95c0b0f1afa2ef534c86 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Fri, 19 Feb 2016 15:11:43 -0800 Subject: [PATCH] Include grub2-efi-modules on the boot.iso (#1277227) Some users need to be able to run grub2-install from %pre Resolves: rhbz#1277227 --- share/runtime-install.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index f3324abf..1258eef9 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -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 @@ -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