From: Harald Hoyer Date: Wed, 16 Oct 2013 09:39:17 +0000 (+0200) Subject: dracut.sh: no need to make subdirs in run X-Git-Tag: 035~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d89fc6bb1b5b1f4c8be0694a1e1200a09ae07d1;p=thirdparty%2Fdracut.git dracut.sh: no need to make subdirs in run --- diff --git a/dracut.sh b/dracut.sh index a6e3df3d4..4613d5b6a 100755 --- a/dracut.sh +++ b/dracut.sh @@ -1094,7 +1094,7 @@ if [[ $kernel_only != yes ]]; then fi done - for d in dev proc sys sysroot root run run/log run/lock run/initramfs; do + for d in dev proc sys sysroot root run; do if [ -L "/$d" ]; then inst_symlink "/$d" else