23 lines
693 B
Diff
23 lines
693 B
Diff
|
From 68b736b50fbd6bb952d9499296ec70a218e1f5da Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Wed, 16 Oct 2013 11:31:54 +0200
|
||
|
Subject: [PATCH] dracut.sh: also mkdir /run/lock, which is copied to
|
||
|
|
||
|
---
|
||
|
dracut.sh | 2 +-
|
||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/dracut.sh b/dracut.sh
|
||
|
index 173a259..a6e3df3 100755
|
||
|
--- 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/lock run/initramfs; do
|
||
|
+ for d in dev proc sys sysroot root run run/log run/lock run/initramfs; do
|
||
|
if [ -L "/$d" ]; then
|
||
|
inst_symlink "/$d"
|
||
|
else
|