[rhel6-branch] Make sure new freebl libs are part of initrd. (#1183134)

Samantha N. Bueno sbueno+anaconda at redhat.com
Mon Feb 9 16:54:30 UTC 2015


On Mon, Feb 09, 2015 at 08:43:22AM -0800, Brian C. Lane wrote:
> On Mon, Feb 09, 2015 at 01:45:16PM +0100, Samantha N. Bueno wrote:
> > Resolves: rhbz#1183134
> > ---
> >  scripts/mk-images | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/scripts/mk-images b/scripts/mk-images
> > index 2749c41..25058e8 100755
> > --- a/scripts/mk-images
> > +++ b/scripts/mk-images
> > @@ -957,7 +957,7 @@ EOF
> >      ln -sf killall5 $MBD_DIR/sbin/pidof
> >  
> >      # Indirect dependencies
> > -    for nsslib in freebl3 softokn3 nssdbm3 ; do
> > +    for nsslib in freeblpriv3 freebl3 softokn3 nssdbm3 ; do
> >          if [ -f $IMGPATH/$LIBDIR/lib$nsslib.so ]; then
> >              install -m 755 $IMGPATH/$LIBDIR/lib$nsslib.so $MBD_DIR/$LIBDIR/
> >          elif [ -f $IMGPATH/usr/$LIBDIR/lib$nsslib.so ]; then
> > -- 
> > 1.9.3
> 
> gah, more nooks and crannies. Ack.

Yeah. :-/ jstodola tested this out and verified it worked, so hopefully
this is the last of them.
 
> -- 
> Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches


More information about the anaconda-patches mailing list