also run ldconfig on /lib64
parent
962a11e74a
commit
7702658f5e
2
dracut
2
dracut
|
@ -68,6 +68,6 @@ unset moddir
|
||||||
}
|
}
|
||||||
|
|
||||||
# make sure that library links are correct and up to date
|
# 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"; )
|
( cd "$initdir"; find . |cpio -H newc -o |gzip -9 > "$outfile"; )
|
||||||
|
|
Loading…
Reference in New Issue