]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test(FULL SYSTEMD): no need to include dbus to the target rootfs 59/head
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Sat, 4 Nov 2023 06:25:18 +0000 (02:25 -0400)
committerLaszlo <laszlo.gombos@gmail.com>
Sun, 31 Mar 2024 23:41:22 +0000 (19:41 -0400)
systemd does not depend on dbus.

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

index 160104f1fabc7e89aaf10e26266d68f9657c4365..a6d5345ce4e221688cced6ff6bafdd0e206603e0 100755 (executable)
@@ -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 \