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: RHEL-7.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c46be834925dfa2b686e9f946792d94bf2ddbeab;p=thirdparty%2Fdracut.git dracut.sh: no need to make subdirs in run (cherry picked from commit 8d89fc6bb1b5b1f4c8be0694a1e1200a09ae07d1) --- diff --git a/dracut.sh b/dracut.sh index bcdc2d8ae..7d5c9e079 100755 --- a/dracut.sh +++ b/dracut.sh @@ -1129,7 +1129,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