]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-11-LVM: add rdinfo
authorHarald Hoyer <harald@redhat.com>
Wed, 16 Sep 2009 13:32:29 +0000 (15:32 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 16 Sep 2009 13:32:29 +0000 (15:32 +0200)
test/TEST-11-LVM/test.sh

index 19d72aaef641dd26e7b229ee58c795d466760f4b..9747e1589cbd3982c905d77348017c01a49c2cc7 100755 (executable)
@@ -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
 }