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:
KATOH Yasufumi 2015-01-27 18:48:14 +09:00 committed by Stéphane Graber
parent b04c281f10
commit 93f28e2bcd
2 changed files with 6 additions and 0 deletions

View File

@ -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/
lxc.devttydir =
# /dev/* is created manually by template
lxc.autodev = 0
# Extra cgroup device access
## rtc
lxc.cgroup.devices.allow = c 254:0 rm

View File

@ -1,2 +1,5 @@
# This derives from the global userns config
lxc.include = @LXCTEMPLATECONFIG@/userns.conf
# /dev/* is created manually by template
lxc.autodev = 0