From: Rachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com> Date: Sun, 27 Jan 2019 11:23:58 +0000 (+0100) Subject: Create /var/run X-Git-Tag: lxc-3.2.0~176^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c65973ad8940931ed3208fc1b5723d98023b67a0;p=thirdparty%2Flxc.git Create /var/run Some programs like "who" need this directory to work (this permits the of /var/run/utmp file). Signed-off-by: Rachid Koucha --- diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in index 37207495e..2171e2d59 100644 --- a/templates/lxc-busybox.in +++ b/templates/lxc-busybox.in @@ -69,6 +69,7 @@ ${rootfs}/sys \ ${rootfs}/mnt \ ${rootfs}/tmp \ ${rootfs}/var/log \ +${rootfs}/var/run \ ${rootfs}/usr/share/udhcpc \ ${rootfs}/dev/pts \ ${rootfs}/dev/shm \