diff options
author | Harald Hoyer <harald@redhat.com> | 2012-09-24 13:59:03 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-09-24 13:59:03 +0200 |
commit | bc070246244c91a12b4fdbd1a0b9d717ae32267e (patch) | |
tree | 46981229dc75d5969caf9730715b20c3220a26a7 /test | |
parent | 907f75447ba189db0f7b9e88b14e90876037db72 (diff) | |
download | dracut-bc070246244c91a12b4fdbd1a0b9d717ae32267e.tar.gz dracut-bc070246244c91a12b4fdbd1a0b9d717ae32267e.tar.bz2 dracut-bc070246244c91a12b4fdbd1a0b9d717ae32267e.zip |
TEST-10-RAID/test.sh: add "rd.auto=1"
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-10-RAID/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-10-RAID/test.sh b/test/TEST-10-RAID/test.sh index 92f4dd87..8e5b9e5e 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 } |