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.
This commit is contained in:
Brian C. Lane 2013-09-03 09:24:28 -07:00
parent 44638fbc8d
commit 56c216e7d4

View File

@ -15,6 +15,7 @@ installpkg firstaidkit-plugin-{passwd,key-recovery,mdadm-conf}
## kernel and firmware ## kernel and firmware
installpkg kernel installpkg kernel
installpkg grubby
%if basearch != "s390x": %if basearch != "s390x":
installpkg *-firmware installpkg *-firmware
installpkg b43-openfwwf installpkg b43-openfwwf