From: Harald Hoyer Date: Mon, 12 Aug 2013 21:55:50 +0000 (+0200) Subject: dracut.sh: always assemble /usr in the initramfs X-Git-Tag: 032~33 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af75a298c1b0c2df3d58bb623ae280025f693ec4;p=platform%2Fupstream%2Fdracut.git dracut.sh: always assemble /usr in the initramfs --- diff --git a/dracut.sh b/dracut.sh index 5a20fc09..f6ddfe09 100755 --- a/dracut.sh +++ b/dracut.sh @@ -872,6 +872,7 @@ if [[ $hostonly ]]; then "/sbin" \ "/lib" \ "/lib64" \ + "/usr" \ "/usr/bin" \ "/usr/sbin" \ "/usr/lib" \