summaryrefslogtreecommitdiffstats
path: root/appliance/init
diff options
context:
space:
mode:
Diffstat (limited to 'appliance/init')
-rwxr-xr-xappliance/init1
1 files changed, 1 insertions, 0 deletions
diff --git a/appliance/init b/appliance/init
index 50dd76da..d207b8e9 100755
--- a/appliance/init
+++ b/appliance/init
@@ -16,6 +16,7 @@ rm -f /proc; mkdir /proc
mount -t proc /proc /proc
rm -f /sys; mkdir /sys
mount -t sysfs /sys /sys
+mkdir -p /run/lock
if [ ! -L /etc/init.d/udev -a -x /etc/init.d/udev ]; then
if type service >/dev/null 2>&1; then