]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test/TEST-50-MULTINIC: install sd_mod and ata_piix kernel modules
authorHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 15:00:28 +0000 (17:00 +0200)
committerHarald Hoyer <harald@redhat.com>
Fri, 16 Apr 2010 15:59:51 +0000 (17:59 +0200)
test/TEST-50-MULTINIC/test.sh

index b995902d19dcfb475aad0d40b2cf2241a3c6676c..a97d9a3b78e5a4ad6dc138bfcca0d3c333f45cc5 100755 (executable)
@@ -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
 }