Bug#724514: dracut: bug in libdir discovery

2013-09-26 Thread Thomas Lange
This patch will also do it: --- dracut-functions.sh~2013-09-26 14:49:53.197483580 +0200 +++ dracut-functions.sh 2013-09-26 14:50:03.366483641 +0200 @@ -81,7 +81,7 @@ [[ -d /usr/lib ]] && libdirs+=" /usr/lib" fi -libdirs+="$(ldconfig_paths)" +libdirs+=" $(ldconfig_pa

Bug#724514: dracut: bug in libdir discovery

2013-09-24 Thread Frederik Schueler
Package: dracut Version: 033-1 Severity: normal Tags: patch Dear Maintainer, some libs are not copied correctly, as due to some missing blanks in the lib/lib64 handling the list of library directories becomes messed up, see attached patch. This solves the mount.nfs: protocol not supported is