]> 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>
Wed, 16 Oct 2013 09:31:54 +0000 (11:31 +0200)
dracut.sh

index 173a259a73bc17a0c077ee11aa27ebc4cae0c275..a6e3df3d40726b5094fdcdae0d102238e3d97976 100755 (executable)
--- 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