Commit 93f28e2b by KATOH Yasufumi Committed by Stéphane Graber

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: 's avatarKATOH Yasufumi <karma@jazz.email.ne.jp> Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent b04c281f
......@@ -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
......
# This derives from the global userns config
lxc.include = @LXCTEMPLATECONFIG@/userns.conf
# /dev/* is created manually by template
lxc.autodev = 0
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment