mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 09:48:24 +02:00
fifteen: move /var/run to /run.
This commit is contained in:
13
src/patches/dracut-006_add_run_dir.patch
Normal file
13
src/patches/dracut-006_add_run_dir.patch
Normal 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
|
||||
Reference in New Issue
Block a user