]> git.proxmox.com Git - mirror_lxc.git/commit
Set kmsg to 0 by default
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 20 Jan 2015 23:40:17 +0000 (18:40 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 21 Jan 2015 00:47:17 +0000 (19:47 -0500)
commitd89de2399ce0e6c213a742c246574f2ca0afad0d
tree8bd10f92861d00f7764ca4584005ffeac4c9cb5a
parent124fa0a869c4cf5b4dc3ea2281446df32f0a7980
Set kmsg to 0 by default

It's now been proven over and over again that the symlink from /dev/kmsg
to /dev/console is harmful for everything but upstart systems. As Ubuntu
is now switching over to systemd too, lets switch the default.

Upstart users wishing to see boot messages can always set lxc.kmsg = 1
manually in their config (so long as they don't expect to then
dist-upgrade the container to systemd succesfuly).

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
config/templates/archlinux.common.conf.in
doc/lxc.container.conf.sgml.in
src/lxc/conf.c
templates/lxc-debian.in
templates/lxc-fedora.in
templates/lxc-oracle.in
templates/lxc-sshd.in