]> git.ipfire.org Git - thirdparty/lxc.git/commit
lxc-debian.in: Fixed errors if dbus is not installed
authorCyril Bitterich <Cyril.Bitterich@1und1.de>
Sat, 9 May 2015 19:57:14 +0000 (21:57 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 14 Aug 2015 17:09:24 +0000 (13:09 -0400)
commit66a3aec9714ea21d7e0b5569518a5eccffa20253
tree4af661449da6c4b71446b9ddd51d67a7a6dbf986
parent589c18ebadf8f3e5856b02d434ec2157fe963ce3
lxc-debian.in: Fixed errors if dbus is not installed

The lxc-debian template debootstraps a minimum debian system which does not contain dbus.
If systemd is used this will result in getty-static.service to be used instead of getty@ .
The systemd default files uses 6 tty's instead of the 4 the script creates.
This will lead to repeated error messages in the systemd journal.

Signed-off-by: Cyril Bitterich <Cyril.Bitterich@1und1.de>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
templates/lxc-debian.in