diff options
author | Harald Hoyer <harald@redhat.com> | 2009-07-02 11:37:00 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2009-07-02 11:47:27 +0200 |
commit | 5db734030d6b561e0fd375e9480275b609f9114f (patch) | |
tree | a1d0fd4416123f551eef8cbb814cf231b309a12f /test/TEST-40-NBD/test.sh | |
parent | 5966b1b15d6c56415994c55e77a4ef3276acbb09 (diff) | |
download | dracut-5db734030d6b561e0fd375e9480275b609f9114f.tar.gz dracut-5db734030d6b561e0fd375e9480275b609f9114f.tar.bz2 dracut-5db734030d6b561e0fd375e9480275b609f9114f.zip |
omit plymouth and add debug module for the testsuite clients
Diffstat (limited to 'test/TEST-40-NBD/test.sh')
-rwxr-xr-x | test/TEST-40-NBD/test.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/test/TEST-40-NBD/test.sh b/test/TEST-40-NBD/test.sh index 26a8dc40..1ba1933e 100755 --- a/test/TEST-40-NBD/test.sh +++ b/test/TEST-40-NBD/test.sh @@ -4,7 +4,7 @@ TEST_DESCRIPTION="root filesystem on NBD" KVERSION=${KVERSION-$(uname -r)} # Uncomment this to debug failures -#DEBUGFAIL="rdinitdebug rdnetdebug rdbreak" +#DEBUGFAIL="rdinitdebug rdnetdebug" run_server() { # Start server first @@ -292,7 +292,8 @@ test_setup() { -f initramfs.server $KVERSION || return 1 sudo $basedir/dracut -l -i overlay / \ - -o "plymouth" \ + -o "plymouth" \ + -a "debug" \ -d "ata_piix ext2 ext3 sd_mod e1000" \ -f initramfs.testing $KVERSION || return 1 } |