mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-05-11 01:38:25 +02:00
fifteen: move /var/run to /run.
This commit is contained in:
@@ -5,8 +5,8 @@ diff -Naur dracut-006.org/modules.d/99base/init dracut-006/modules.d/99base/init
|
||||
|
||||
ln -s /proc/self/fd /dev/fd >/dev/null 2>&1
|
||||
|
||||
+# Add run symlink
|
||||
+ln -s /var/run /run
|
||||
+# create run dir
|
||||
+mkdir run
|
||||
+
|
||||
if getarg rdinitdebug; then
|
||||
getarg quiet && DRACUT_QUIET="yes"
|
||||
Reference in New Issue
Block a user