]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test(FULL-SYSTEMD): remove dbus dependency
authorJo Zzsi <jozzsicsataban@gmail.com>
Mon, 22 Sep 2025 22:39:20 +0000 (18:39 -0400)
committerBenjamin Drung <bdrung@ubuntu.com>
Wed, 24 Sep 2025 12:21:49 +0000 (14:21 +0200)
Test FULL systemd without the dbus dracut module.

This is a follow-up to fdfa899.

test/TEST-41-FULL-SYSTEMD/test.sh

index 73a71cf6b6f01625dabc044747de211d4b2f5a21..82e124dd78ba2033946fce34c7ba9ae4c4955335 100755 (executable)
@@ -73,13 +73,6 @@ test_setup() {
 
     local dracut_modules="resume systemd-udevd systemd-journald systemd-tmpfiles systemd-cryptsetup systemd-emergency systemd-ac-power systemd-coredump systemd-creds systemd-integritysetup systemd-ldconfig systemd-pstore systemd-repart systemd-sysext systemd-veritysetup systemd-hostnamed systemd-timedated"
 
-    # TODO - this workaround should not be needed and should be removed
-    if [ -f /usr/bin/dbus-broker ]; then
-        dracut_modules="$dracut_modules dbus-broker"
-    else
-        dracut_modules="$dracut_modules dbus-daemon"
-    fi
-
     if [ -f /usr/lib/systemd/systemd-networkd ] && [ -e "${PKGLIBDIR}/modules.d/00systemd-network-management/module-setup.sh" ]; then
         dracut_modules="$dracut_modules systemd-network-management"
     fi