]> 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>
Wed, 1 Jul 2015 15:53:58 +0000 (11:53 -0400)
commitb76ccb19507f78144608ff43e328d6da0ee166cd
treeb87f10b9b0d0aaddc78cfa8950b895a121407af8
parent89570b1285379d150dd13daf1691db040aa6317e
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