summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-09-24 13:59:03 +0200
committerHarald Hoyer <harald@redhat.com>2012-09-24 13:59:03 +0200
commitbc070246244c91a12b4fdbd1a0b9d717ae32267e (patch)
tree46981229dc75d5969caf9730715b20c3220a26a7 /test
parent907f75447ba189db0f7b9e88b14e90876037db72 (diff)
downloaddracut-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-xtest/TEST-10-RAID/test.sh2
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
}