]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - test/TEST-17-LVM-THIN/test.sh
test: tell systemd to reboot on fatal errors
[thirdparty/dracut.git] / test / TEST-17-LVM-THIN / test.sh
index 1b36a216d08a47c5e60799334141ee082d66a168..c13e90636d8f68ef4e0b33ed5051d7d3279a8ad1 100755 (executable)
@@ -12,7 +12,7 @@ test_run() {
        -m 512M  -smp 2 -nographic \
        -net none \
         -no-reboot \
-       -append "panic=1 root=/dev/dracut/root rw rd.auto=1 quiet rd.retry=3 rd.info console=ttyS0,115200n81 selinux=0 rd.debug rd.shell=0 $DEBUGFAIL" \
+       -append "panic=1 systemd.crash_reboot root=/dev/dracut/root rw rd.auto=1 quiet rd.retry=3 rd.info console=ttyS0,115200n81 selinux=0 rd.debug rd.shell=0 $DEBUGFAIL" \
        -initrd $TESTDIR/initramfs.testing
     grep -F -m 1 -q dracut-root-block-success $TESTDIR/root.ext2 || return 1
 }