From: Stéphane Graber Date: Wed, 22 Jan 2014 16:38:59 +0000 (-0500) Subject: Unset lxc.devttydir for userns CentOS X-Git-Tag: lxc-1.0.0.beta3~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21384986d2b84160dd8d1c4bcb2931fdba147d5d;p=thirdparty%2Flxc.git Unset lxc.devttydir for userns CentOS Without this, the container entirely fails to start. Signed-off-by: Stéphane Graber --- diff --git a/config/templates/centos.userns.conf.in b/config/templates/centos.userns.conf.in index 341db0b4c..c33e38daf 100644 --- a/config/templates/centos.userns.conf.in +++ b/config/templates/centos.userns.conf.in @@ -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