a56a5e
From c46be834925dfa2b686e9f946792d94bf2ddbeab Mon Sep 17 00:00:00 2001
a56a5e
From: Harald Hoyer <harald@redhat.com>
a56a5e
Date: Wed, 16 Oct 2013 11:39:17 +0200
a56a5e
Subject: [PATCH] dracut.sh: no need to make subdirs in run
a56a5e
a56a5e
(cherry picked from commit 8d89fc6bb1b5b1f4c8be0694a1e1200a09ae07d1)
a56a5e
---
a56a5e
 dracut.sh | 2 +-
a56a5e
 1 file changed, 1 insertion(+), 1 deletion(-)
a56a5e
a56a5e
diff --git a/dracut.sh b/dracut.sh
1755ca
index bcdc2d8a..7d5c9e07 100755
a56a5e
--- a/dracut.sh
a56a5e
+++ b/dracut.sh
a56a5e
@@ -1129,7 +1129,7 @@ if [[ $kernel_only != yes ]]; then
a56a5e
         fi
a56a5e
     done
a56a5e
 
a56a5e
-    for d in dev proc sys sysroot root run run/log run/lock run/initramfs; do
a56a5e
+    for d in dev proc sys sysroot root run; do
a56a5e
         if [ -L "/$d" ]; then
a56a5e
             inst_symlink "/$d"
a56a5e
         else