diff options
author | Harald Hoyer <harald@redhat.com> | 2010-04-16 17:00:28 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-04-16 17:59:51 +0200 |
commit | da4e644327e4c1f1416b101475ba590c5e34b62d (patch) | |
tree | d51f8c073999a61f48c1bab9daf4bc2f3be5aff2 /test | |
parent | c5ef4b63a30e8473fc3d5b806e033ef6e989143e (diff) | |
download | dracut-da4e644327e4c1f1416b101475ba590c5e34b62d.tar.gz dracut-da4e644327e4c1f1416b101475ba590c5e34b62d.tar.bz2 dracut-da4e644327e4c1f1416b101475ba590c5e34b62d.zip |
test/TEST-50-MULTINIC: install sd_mod and ata_piix kernel modules
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-50-MULTINIC/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-50-MULTINIC/test.sh b/test/TEST-50-MULTINIC/test.sh index b995902d..a97d9a3b 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 } |