From: Daniel Lezcano Date: Thu, 24 Jun 2010 07:47:14 +0000 (+0200) Subject: remove bad default console option in ubuntu template X-Git-Tag: lxc-0.7.1~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78bdcd081edd6cc20587fb5c531445a2fb20f6d8;p=thirdparty%2Flxc.git remove bad default console option in ubuntu template Remove this options as by default container console goes to the tty or /dev/null if not available. Signed-off-by: Daniel Lezcano --- diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index b10575b7e..32ff5aa21 100644 --- a/templates/lxc-ubuntu.in +++ b/templates/lxc-ubuntu.in @@ -240,8 +240,6 @@ lxc.pts = 1024 lxc.rootfs = $rootfs lxc.mount = $path/fstab -lxc.console = /dev/console - lxc.cgroup.devices.deny = a # /dev/null and zero lxc.cgroup.devices.allow = c 1:3 rwm