From: Harald Hoyer Date: Fri, 16 Apr 2010 15:00:28 +0000 (+0200) Subject: test/TEST-50-MULTINIC: install sd_mod and ata_piix kernel modules X-Git-Tag: 006~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=da4e644327e4c1f1416b101475ba590c5e34b62d;p=thirdparty%2Fdracut.git test/TEST-50-MULTINIC: install sd_mod and ata_piix kernel modules --- diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh index b995902d1..a97d9a3b7 100755 --- a/test/TEST-50-MULTINIC/test.sh +++ b/test/TEST-50-MULTINIC/test.sh @@ -225,7 +225,7 @@ test_setup() { $basedir/dracut -l -i overlay / \ -o "plymouth" \ -a "debug" \ - -d "piix ide-gd_mod e1000 nfs sunrpc" \ + -d "piix sd_mod sr_mod ata_piix ide-gd_mod e1000 nfs sunrpc" \ -f initramfs.testing $KVERSION || return 1 }