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

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


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



More information about the anaconda-patches mailing list