]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.sh: no need to make subdirs in run
authorHarald Hoyer <harald@redhat.com>
Wed, 16 Oct 2013 09:39:17 +0000 (11:39 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 4 Sep 2014 10:47:27 +0000 (12:47 +0200)
(cherry picked from commit 8d89fc6bb1b5b1f4c8be0694a1e1200a09ae07d1)

dracut.sh

index bcdc2d8ae0a32324d171347aa73da41c24ba0581..7d5c9e079bfc493925bd30fec60a5e895e8b4e1e 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/log run/lock run/initramfs; do
+    for d in dev proc sys sysroot root run; do
         if [ -L "/$d" ]; then
             inst_symlink "/$d"
         else