From: Harald Hoyer Date: Wed, 16 Sep 2009 13:32:29 +0000 (+0200) Subject: TEST-11-LVM: add rdinfo X-Git-Tag: 002~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8ddafcca22a366e03f6f267a1e92c07a7721574;p=thirdparty%2Fdracut.git TEST-11-LVM: add rdinfo --- diff --git a/test/TEST-11-LVM/test.sh b/test/TEST-11-LVM/test.sh index 19d72aaef..9747e1589 100755 --- a/test/TEST-11-LVM/test.sh +++ b/test/TEST-11-LVM/test.sh @@ -9,7 +9,7 @@ KVERSION=${KVERSION-$(uname -r)} test_run() { $testdir/run-qemu -hda root.ext2 -m 256M -nographic \ -net none -kernel /boot/vmlinuz-$KVERSION \ - -append "root=/dev/dracut/root rw quiet console=ttyS0,115200n81 rdshell $DEBUGFAIL" \ + -append "root=/dev/dracut/root rw quiet rdinfo console=ttyS0,115200n81 rdshell $DEBUGFAIL" \ -initrd initramfs.testing grep -m 1 -q dracut-root-block-success root.ext2 || return 1 }