mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-14 11:39:56 +00:00
templates: gentoo.common: Add /dev/shm tmpfs mount entry
/dev/shm needs to be mounted as tmpfs. It's needed by python and possibly other packages. Signed-off-by: Markos Chandras <hwoarang@gentoo.org>
This commit is contained in:
parent
10f277105b
commit
7ed54c6155
@ -21,3 +21,7 @@ lxc.cgroup.devices.allow = c 10:232 rwm
|
|||||||
## To use loop devices, copy the following line to the container's
|
## To use loop devices, copy the following line to the container's
|
||||||
## configuration file (uncommented).
|
## configuration file (uncommented).
|
||||||
#lxc.cgroup.devices.allow = b 7:* rwm
|
#lxc.cgroup.devices.allow = b 7:* rwm
|
||||||
|
|
||||||
|
# /dev/shm needs to be mounted as tmpfs. It's needed by python (bug #496328)
|
||||||
|
# and possibly other packages.
|
||||||
|
lxc.mount.entry = none dev/shm tmpfs rw,nosuid,nodev,create=dir
|
||||||
|
Loading…
Reference in New Issue
Block a user