Commit 78bdcd08 by Daniel Lezcano Committed by Daniel Lezcano

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: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent e76b8764
...@@ -240,8 +240,6 @@ lxc.pts = 1024 ...@@ -240,8 +240,6 @@ lxc.pts = 1024
lxc.rootfs = $rootfs lxc.rootfs = $rootfs
lxc.mount = $path/fstab lxc.mount = $path/fstab
lxc.console = /dev/console
lxc.cgroup.devices.deny = a lxc.cgroup.devices.deny = a
# /dev/null and zero # /dev/null and zero
lxc.cgroup.devices.allow = c 1:3 rwm lxc.cgroup.devices.allow = c 1:3 rwm
......
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