From c65973ad8940931ed3208fc1b5723d98023b67a0 Mon Sep 17 00:00:00 2001 From: Rachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com> Date: Sun, 27 Jan 2019 12:23:58 +0100 Subject: [PATCH] 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 --- templates/lxc-busybox.in | 1 + 1 file changed, 1 insertion(+) 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 \