[PATCH] always include grubby in installroot

Dennis Gilmore dennis at ausil.us
Mon Aug 26 14:37:49 UTC 2013


f20 kernel dropped the dep with the move to kernel-install
however without grubby installed kernel-install tries to use
http://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/ which fails horribly
result is no initrds and failed compose

Signed-off-by: Dennis Gilmore <dennis at ausil.us>
---
 share/runtime-install.tmpl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl
index a8d492f..b822f04 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
-- 
1.8.3.1



More information about the anaconda-patches mailing list