mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-16 18:41:21 +00:00
lxc-plamo: Set lxc.autodev to 0
At this time, a container that is created by lxc-plamo can't work with lxc.autodev=1 Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
b04c281f10
commit
93f28e2bcd
@ -8,6 +8,9 @@ lxc.mount.entry = none dev/shm tmpfs nosuid,nodev,noexec,mode=1777 0 0
|
|||||||
# Doesn't support consoles in /dev/lxc/
|
# Doesn't support consoles in /dev/lxc/
|
||||||
lxc.devttydir =
|
lxc.devttydir =
|
||||||
|
|
||||||
|
# /dev/* is created manually by template
|
||||||
|
lxc.autodev = 0
|
||||||
|
|
||||||
# Extra cgroup device access
|
# Extra cgroup device access
|
||||||
## rtc
|
## rtc
|
||||||
lxc.cgroup.devices.allow = c 254:0 rm
|
lxc.cgroup.devices.allow = c 254:0 rm
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
# This derives from the global userns config
|
# This derives from the global userns config
|
||||||
lxc.include = @LXCTEMPLATECONFIG@/userns.conf
|
lxc.include = @LXCTEMPLATECONFIG@/userns.conf
|
||||||
|
|
||||||
|
# /dev/* is created manually by template
|
||||||
|
lxc.autodev = 0
|
Loading…
Reference in New Issue
Block a user