]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - test/TEST-03-USR-MOUNT/test.sh
test: tell systemd to reboot on fatal errors
[thirdparty/dracut.git] / test / TEST-03-USR-MOUNT / test.sh
index 42c0da65e5b948659ae6a51c4a7c8feff5418a6d..5d5ec8f83cb24a78c49a45b6381b1481082da718 100755 (executable)
@@ -22,7 +22,7 @@ client_run() {
        -net none \
        -watchdog i6300esb -watchdog-action poweroff \
         -no-reboot \
-       -append "panic=1 root=LABEL=dracut $client_opts quiet rd.retry=3 rd.info console=ttyS0,115200n81 selinux=0 rd.debug rd.shell=0 $DEBUGFAIL" \
+       -append "panic=1 systemd.crash_reboot root=LABEL=dracut $client_opts quiet rd.retry=3 rd.info console=ttyS0,115200n81 selinux=0 rd.debug rd.shell=0 $DEBUGFAIL" \
        -initrd $TESTDIR/initramfs.testing
 
     if (($? != 0)); then