]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blame - src/patches/dracut-006_add_run_symlink.patch
kernel: update to 3.10.23.
[people/teissler/ipfire-2.x.git] / src / patches / dracut-006_add_run_symlink.patch
CommitLineData
5c3fa322
AF
1diff -Naur dracut-006.org/modules.d/99base/init dracut-006/modules.d/99base/init
2--- dracut-006.org/modules.d/99base/init 2010-06-17 10:46:29.000000000 +0200
3+++ dracut-006/modules.d/99base/init 2013-10-31 16:51:17.658771341 +0100
4@@ -87,6 +87,9 @@
5
6 ln -s /proc/self/fd /dev/fd >/dev/null 2>&1
7
8+# Add run symlink
9+ln -s /var/run /run
10+
11 if getarg rdinitdebug; then
12 getarg quiet && DRACUT_QUIET="yes"
13 mkfifo /dev/initlog.pipe