]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.sh: also mkdir /run/lock, which is copied to
authorHarald Hoyer <harald@redhat.com>
Wed, 16 Oct 2013 09:31:54 +0000 (11:31 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 4 Sep 2014 10:47:23 +0000 (12:47 +0200)
(cherry picked from commit 68b736b50fbd6bb952d9499296ec70a218e1f5da)

dracut.sh

index 79974286e79405c19474f10ed19deda5a55fcc95..bcdc2d8ae0a32324d171347aa73da41c24ba0581 100755 (executable)
--- 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/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