From: Harald Hoyer Date: Mon, 12 Aug 2013 21:50:30 +0000 (+0200) Subject: dracut.sh: always assemble /usr device in initramfs X-Git-Tag: 032~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fc144451decb6ca5fb8cdca774f6e15eb5e71c8;p=thirdparty%2Fdracut.git dracut.sh: always assemble /usr device in initramfs --- diff --git a/dracut.sh b/dracut.sh index 2ac3d8b10..5a20fc098 100755 --- 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")