From: Rachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com> Date: Mon, 16 Mar 2020 18:10:00 +0000 (+0100) Subject: Trigger the mounting of shm file system X-Git-Tag: lxc-4.0.0~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3297%2Fhead;p=thirdparty%2Flxc.git Trigger the mounting of shm file system shm file system was not mounted because of the "/" in : lxc.mount.entry = shm /dev/shm tmpfs defaults 0 0 Signed-off-by: Rachid Koucha --- diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in index 27d19c2b3..2d8e64c4d 100644 --- a/templates/lxc-busybox.in +++ b/templates/lxc-busybox.in @@ -236,7 +236,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time #lxc.apparmor.profile = unconfined lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed -lxc.mount.entry = shm /dev/shm tmpfs defaults 0 0 +lxc.mount.entry = shm dev/shm tmpfs defaults 0 0 EOF libdirs="\