From: Laszlo Gombos Date: Sat, 4 Nov 2023 06:25:18 +0000 (-0400) Subject: test(FULL SYSTEMD): no need to include dbus to the target rootfs X-Git-Tag: 100~33 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F59%2Fhead;p=thirdparty%2Fdracut-ng.git test(FULL SYSTEMD): no need to include dbus to the target rootfs systemd does not depend on dbus. --- diff --git a/test/TEST-04-FULL-SYSTEMD/test.sh b/test/TEST-04-FULL-SYSTEMD/test.sh index 160104f1f..a6d5345ce 100755 --- a/test/TEST-04-FULL-SYSTEMD/test.sh +++ b/test/TEST-04-FULL-SYSTEMD/test.sh @@ -52,7 +52,7 @@ test_setup() { # Create what will eventually be our root filesystem onto an overlay "$DRACUT" -l --keep --tmpdir "$TESTDIR" \ - -m "test-root dbus" \ + -m "test-root systemd" \ -I "ldconfig" \ -i ./test-init.sh /sbin/test-init \ -i ./fstab /etc/fstab \