From: Harald Hoyer Date: Wed, 9 Oct 2013 06:20:39 +0000 (+0200) Subject: base/init.sh: also mkdir /run/lock X-Git-Tag: 035~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab2676d29144097239c189b1a6d938e0420eb580;p=thirdparty%2Fdracut.git base/init.sh: also mkdir /run/lock --- diff --git a/modules.d/99base/init.sh b/modules.d/99base/init.sh index ae73fd2ca..3ba440a06 100755 --- a/modules.d/99base/init.sh +++ b/modules.d/99base/init.sh @@ -90,6 +90,7 @@ trap "action_on_fail Signal caught!" 0 [ -d /run/initramfs ] || mkdir -p -m 0755 /run/initramfs [ -d /run/log ] || mkdir -p -m 0755 /run/log +[ -d /run/lock ] || mkdir -p -m 0755 /run/lock export UDEVVERSION=$(udevadm --version) if [ $UDEVVERSION -gt 166 ]; then