]> git.ipfire.org Git - ipfire-2.x.git/blob - src/patches/dracut-006_add_run_dir.patch
snort: Update urls for rules download (2.9.7.0) in 'ids.cgi'
[ipfire-2.x.git] / src / patches / dracut-006_add_run_dir.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 +# create run dir
9 +mkdir run
10 +
11 if getarg rdinitdebug; then
12 getarg quiet && DRACUT_QUIET="yes"
13 mkfifo /dev/initlog.pipe