diff options
author | Daniel Lezcano <daniel.lezcano@free.fr> | 2010-06-24 09:47:14 +0200 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2010-06-24 09:47:14 +0200 |
commit | 78bdcd081edd6cc20587fb5c531445a2fb20f6d8 (patch) | |
tree | abb96b9d7b026cf14aa0e4c38eaae4678517a0fa /templates | |
parent | lxc to apply mount options for bind mounts (diff) | |
download | lxc-78bdcd081edd6cc20587fb5c531445a2fb20f6d8.tar.gz lxc-78bdcd081edd6cc20587fb5c531445a2fb20f6d8.tar.bz2 lxc-78bdcd081edd6cc20587fb5c531445a2fb20f6d8.zip |
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 <dlezcano@fr.ibm.com>
Diffstat (limited to 'templates')
-rw-r--r-- | templates/lxc-ubuntu.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/lxc-ubuntu.in b/templates/lxc-ubuntu.in index b10575b..32ff5aa 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 |