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

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