From: Amadeusz Żołnowski Date: Sun, 4 Sep 2011 14:38:35 +0000 (+0200) Subject: dracut: create /dev besides /proc, /sys and so X-Git-Tag: 014~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c14b3688c83b14c95bafb4989871ffac2092c42;p=thirdparty%2Fdracut.git dracut: create /dev besides /proc, /sys and so How it worked without it? The issue only manifests itself with initramfs integrated into kernel. --- diff --git a/dracut b/dracut index 0e930c76f..c9329bdf4 100755 --- a/dracut +++ b/dracut @@ -510,7 +510,7 @@ if [[ $kernel_only != yes ]]; then fi done - for d in proc sys sysroot root run run/lock run/initramfs; do + for d in dev proc sys sysroot root run run/lock run/initramfs; do if [ -h "/$d" ]; then inst "/$d" else