[PATCH] always include grubby in installroot

Peter Jones pjones at redhat.com
Mon Aug 26 17:14:40 UTC 2013


On Mon, Aug 26, 2013 at 05:37:49PM +0200, Vratislav Podzimek wrote:
> On Mon, 2013-08-26 at 09:37 -0500, Dennis Gilmore wrote:
> > 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
> Looks good to me. I'm gonna push this patch tomorrow, unless there are
> some objections.

No, NAK.  This is the complete wrong thing to do.  Kernel needs to keep
that dep.

-- 
        Peter


More information about the anaconda-patches mailing list