From: Harald Hoyer Date: Mon, 24 Sep 2012 11:59:03 +0000 (+0200) Subject: TEST-10-RAID/test.sh: add "rd.auto=1" X-Git-Tag: 024~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bc070246244c91a12b4fdbd1a0b9d717ae32267e;p=thirdparty%2Fdracut.git TEST-10-RAID/test.sh: add "rd.auto=1" --- diff --git a/test/TEST-10-RAID/test.sh b/test/TEST-10-RAID/test.sh index 92f4dd87a..8e5b9e5e7 100755 --- a/test/TEST-10-RAID/test.sh +++ b/test/TEST-10-RAID/test.sh @@ -11,7 +11,7 @@ test_run() { -hda $DISKIMAGE \ -m 256M -nographic \ -net none -kernel /boot/vmlinuz-$KVERSION \ - -append "root=/dev/dracut/root rw rd.retry=10 console=ttyS0,115200n81 selinux=0 $DEBUGFAIL" \ + -append "root=/dev/dracut/root rd.auto=1 rw rd.retry=10 console=ttyS0,115200n81 selinux=0 $DEBUGFAIL" \ -initrd $TESTDIR/initramfs.testing grep -m 1 -q dracut-root-block-success $DISKIMAGE || return 1 }