You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
731 B
24 lines
731 B
6 years ago
|
From c46be834925dfa2b686e9f946792d94bf2ddbeab Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Wed, 16 Oct 2013 11:39:17 +0200
|
||
|
Subject: [PATCH] dracut.sh: no need to make subdirs in run
|
||
|
|
||
|
(cherry picked from commit 8d89fc6bb1b5b1f4c8be0694a1e1200a09ae07d1)
|
||
|
---
|
||
|
dracut.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/dracut.sh b/dracut.sh
|
||
|
index bcdc2d8a..7d5c9e07 100755
|
||
|
--- 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
|