]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/patches/dracut-006_add_run_symlink.patch
dracut: fixes for new udev and missing scsi_wait.
[people/teissler/ipfire-2.x.git] / src / patches / dracut-006_add_run_symlink.patch
1 diff -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