From 49a971b69daa79057df12b90e0ed7b64235b05f7 Mon Sep 17 00:00:00 2001 From: Laszlo Gombos Date: Sat, 4 Nov 2023 02:25:18 -0400 Subject: [PATCH] test(FULL SYSTEMD): no need to include dbus to the target rootfs systemd does not depend on dbus. --- test/TEST-04-FULL-SYSTEMD/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.47.3