From: Harald Hoyer Date: Wed, 16 Oct 2013 09:31:54 +0000 (+0200) Subject: dracut.sh: also mkdir /run/lock, which is copied to X-Git-Tag: 035~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68b736b50fbd6bb952d9499296ec70a218e1f5da;p=thirdparty%2Fdracut.git dracut.sh: also mkdir /run/lock, which is copied to --- diff --git a/dracut.sh b/dracut.sh index 173a259a7..a6e3df3d4 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/lock run/initramfs; do + for d in dev proc sys sysroot root run run/log run/lock run/initramfs; do if [ -L "/$d" ]; then inst_symlink "/$d" else