]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
also run ldconfig on /lib64
authorHarald Hoyer <harald@redhat.com>
Wed, 4 Mar 2009 16:36:55 +0000 (17:36 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 4 Mar 2009 16:36:55 +0000 (17:36 +0100)
dracut

diff --git a/dracut b/dracut
index 8aef48907de71e52c4cbcd3817d48a02fad5fc71..dc9b1ad2eaf8c953221fec4bebda9f418872ba7a 100755 (executable)
--- a/dracut
+++ b/dracut
@@ -68,6 +68,6 @@ unset moddir
 }
 
 # make sure that library links are correct and up to date
-ldconfig -n -r "$initdir" /lib /usr/lib
+ldconfig -n -r "$initdir" /lib* /usr/lib*
 
 ( cd "$initdir"; find . |cpio -H newc -o |gzip -9 > "$outfile"; )