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

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