Blame SOURCES/0209-dracut.sh-no-need-to-make-subdirs-in-run.patch

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