From 56c216e7d4db051ed2bc290350551c183df752f4 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 3 Sep 2013 09:24:28 -0700 Subject: [PATCH] Make sure grubby is installed for initrd creation (#1001896) Some things need grubby. But they don't want to require them. So we make sure it is available for other packages to use while building the images. Note that it is still removed in the cleanup script, and when installing a system the grubby used will be the one pulled from the install repo. --- share/runtime-install.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index a8d492fa..b822f049 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -15,6 +15,7 @@ installpkg firstaidkit-plugin-{passwd,key-recovery,mdadm-conf} ## kernel and firmware installpkg kernel +installpkg grubby %if basearch != "s390x": installpkg *-firmware installpkg b43-openfwwf