]> git.proxmox.com Git - mirror_lxc.git/commitdiff
Unset lxc.devttydir for userns CentOS
authorStéphane Graber <stgraber@ubuntu.com>
Wed, 22 Jan 2014 16:38:59 +0000 (11:38 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 22 Jan 2014 16:38:59 +0000 (11:38 -0500)
Without this, the container entirely fails to start.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
config/templates/centos.userns.conf.in

index 341db0b4cd714e0806b6ccd3a4c08926ec4ecf62..c33e38daf183aaecbd72436789e6578a63e26a34 100644 (file)
@@ -4,7 +4,7 @@ lxc.cgroup.devices.deny =
 lxc.cgroup.devices.allow =
 
 # We can't move bind-mounts, so don't use /dev/lxc/
-lxc.devttydir =
+lxc.devttydir =
 
 # Extra bind-mounts for userns
 lxc.mount.entry = /dev/console dev/console none bind,create=file 0 0