dracut.sh: always assemble /usr device in initramfs
authorHarald Hoyer <harald@redhat.com>
Mon, 12 Aug 2013 21:50:30 +0000 (23:50 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 12 Aug 2013 21:50:30 +0000 (23:50 +0200)
dracut.sh

index 2ac3d8b..5a20fc0 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -872,6 +872,10 @@ if [[ $hostonly ]]; then
         "/sbin" \
         "/lib" \
         "/lib64" \
+        "/usr/bin" \
+        "/usr/sbin" \
+        "/usr/lib" \
+        "/usr/lib64" \
         "/boot";
     do
         mp=$(readlink -f "$mp")