projects
/
platform
/
upstream
/
dracut.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
907f754
)
TEST-10-RAID/test.sh: add "rd.auto=1"
author
Harald Hoyer
<harald@redhat.com>
Mon, 24 Sep 2012 11:59:03 +0000
(13:59 +0200)
committer
Harald Hoyer
<harald@redhat.com>
Mon, 24 Sep 2012 11:59:03 +0000
(13:59 +0200)
test/TEST-10-RAID/test.sh
patch
|
blob
|
history
diff --git
a/test/TEST-10-RAID/test.sh
b/test/TEST-10-RAID/test.sh
index
92f4dd8
..
8e5b9e5
100755
(executable)
--- 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 r
d.auto=1 r
w rd.retry=10 console=ttyS0,115200n81 selinux=0 $DEBUGFAIL" \
-initrd $TESTDIR/initramfs.testing
grep -m 1 -q dracut-root-block-success $DISKIMAGE || return 1
}