From 86f83aa4b5047fafa74ef003d2da70bf1eeb50a7 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 2 Aug 2021 11:48:52 +0200 Subject: [PATCH] Install dbus by default Without dbus, several systemd features aren't available (e.g. systemd-logind and its HandlePowerKey=poweroff doesn't have any effect). We agreed to ship dbus by default, as people want usable, not minimal systems most of the time. Closes: grml/grml-debootstrap#102 --- packages | 1 + 1 file changed, 1 insertion(+) diff --git a/packages b/packages index 07e649f..ae8bdd4 100644 --- a/packages +++ b/packages @@ -4,6 +4,7 @@ bzip2 console-common console-data cryptsetup +dbus file grub-pc ifenslave -- 2.1.4