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

index 5a20fc0..f6ddfe0 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -872,6 +872,7 @@ if [[ $hostonly ]]; then
         "/sbin" \
         "/lib" \
         "/lib64" \
+        "/usr" \
         "/usr/bin" \
         "/usr/sbin" \
         "/usr/lib" \