]> git.ipfire.org Git - thirdparty/dracut-ng.git/commitdiff
test(FULL-SYSTEMD): only set kernel command line when needed
authorJo Zzsi <jozzsicsataban@gmail.com>
Sat, 4 Jan 2025 16:45:23 +0000 (11:45 -0500)
committerLaszlo <laszlo.gombos@gmail.com>
Sat, 4 Jan 2025 20:09:30 +0000 (15:09 -0500)
test/TEST-41-FULL-SYSTEMD/test.sh

index 4e9e8c335cee2e63e8655370d51905c8d38f84e6..310bb2263220cb15aae3aa91908ce9ef2167cc9d 100755 (executable)
@@ -33,7 +33,7 @@ client_run() {
     "$testdir"/run-qemu \
         "${disk_args[@]}" \
         -smbios type=11,value=io.systemd.credential:key=test \
-        -append "$TEST_KERNEL_CMDLINE systemd.unit=testsuite.target systemd.mask=systemd-firstboot systemd.mask=systemd-sysusers systemd.mask=systemd-vconsole-setup root=LABEL=dracut mount.usr=LABEL=dracutusr mount.usrfstype=btrfs mount.usrflags=subvol=usr,ro $client_opts $DEBUGOUT" \
+        -append "$TEST_KERNEL_CMDLINE systemd.unit=testsuite.target systemd.mask=systemd-sysusers root=LABEL=dracut mount.usr=LABEL=dracutusr mount.usrflags=subvol=usr $client_opts $DEBUGOUT" \
         -initrd "$TESTDIR"/initramfs.testing || return 1
 
     if ! test_marker_check; then