]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Create /var/run 2811/head
authorRachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com>
Sun, 27 Jan 2019 11:23:58 +0000 (12:23 +0100)
committerGitHub <noreply@github.com>
Sun, 27 Jan 2019 11:23:58 +0000 (12:23 +0100)
Some programs like "who" need this directory
to work (this permits the of /var/run/utmp file).

Signed-off-by: Rachid Koucha <rachid.koucha@gmail.com>
templates/lxc-busybox.in

index 37207495ec9e307d63d50369b25e9c07ee92a570..2171e2d597fbca62a5878ce9f1814db7f04fe6b2 100644 (file)
@@ -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 \