[elbe-devel] [PATCH] Fix ACPI issues with buster initvm

bage at linutronix.de bage at linutronix.de
Fri Sep 6 18:47:54 CEST 2019


From: Bastian Germann <bage at linutronix.de>

systemd installs systemd-logind which does not start because dbus is missing.
Make it run by installing dbus and get rid of acpid (acpi-support).

Closes #236.

Signed-off-by: Bastian Germann <bage at linutronix.de>
---
 elbepack/init/preseed.cfg.mako | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elbepack/init/preseed.cfg.mako b/elbepack/init/preseed.cfg.mako
index aff7c57f..a4784b5f 100644
--- a/elbepack/init/preseed.cfg.mako
+++ b/elbepack/init/preseed.cfg.mako
@@ -136,7 +136,7 @@ d-i finish-install/reboot_in_progress note
 d-i pkgsel/include string rng-tools \
                           btrfs-tools \
                           openssh-client \
-                          acpi-support \
+                          dbus \
                           debathena-transform-lighttpd \
                           gnupg2 \
 % for p in elbe_initvm_packagelist:
-- 
2.20.1




More information about the elbe-devel mailing list