From: Richard W.M. Jones Date: Tue, 18 Oct 2011 14:22:01 +0000 (+0100) Subject: Ubuntu 11.10: Create /run and /run/lock if not already. X-Git-Tag: 1.12.8~6 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=546e210da369ad0d72163cbe189a1fd10b7ee295;p=libguestfs.git Ubuntu 11.10: Create /run and /run/lock if not already. In real machines these directories are a ramdisk. (cherry picked from commit 6d7d645cdd4a9c94c4d95fc52de53c37b88847e4) --- diff --git a/appliance/init b/appliance/init index 50dd76d..d207b8e 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