fifteen: move /var/run to /run.

This commit is contained in:
Arne Fitzenreiter
2014-01-12 12:15:44 +01:00
parent 4ec728f840
commit b8e2d10888
9 changed files with 31 additions and 16 deletions

View File

@@ -0,0 +1,13 @@
diff -Naur dracut-006.org/modules.d/99base/init dracut-006/modules.d/99base/init
--- dracut-006.org/modules.d/99base/init 2010-06-17 10:46:29.000000000 +0200
+++ dracut-006/modules.d/99base/init 2013-10-31 16:51:17.658771341 +0100
@@ -87,6 +87,9 @@
ln -s /proc/self/fd /dev/fd >/dev/null 2>&1
+# create run dir
+mkdir run
+
if getarg rdinitdebug; then
getarg quiet && DRACUT_QUIET="yes"
mkfifo /dev/initlog.pipe