From: Harald Hoyer Date: Wed, 1 Jul 2009 17:26:21 +0000 (+0200) Subject: omit the plymouth module in the testsuite X-Git-Tag: 0.2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6fb586f3ef2b978f7d3c9bdc3215548bde8f379c;p=thirdparty%2Fdracut.git omit the plymouth module in the testsuite --- diff --git a/test/TEST-40-NBD/test.sh b/test/TEST-40-NBD/test.sh index 32a4e93d1..645c47125 100755 --- a/test/TEST-40-NBD/test.sh +++ b/test/TEST-40-NBD/test.sh @@ -308,6 +308,7 @@ test_setup() { -f initramfs.server $KVERSION || return 1 sudo $basedir/dracut -l -i overlay / \ + -o "plymouth" \ -d "ata_piix ext2 ext3 sd_mod e1000" \ -f initramfs.testing $KVERSION || return 1 }