* Add a bunch of common SATA modules to the default initrd.

svn path=/nixos/trunk/; revision=10083
This commit is contained in:
Eelco Dolstra 2008-01-06 00:51:07 +00:00
parent af75f317a4
commit 9e00dfe107

View File

@ -137,6 +137,10 @@
kernelModules = mkOption {
default = [
"ahci"
"sata_nv"
"sata_via"
"sata_sis"
"sata_uli"
"ata_piix"
"pata_marvell"
"sd_mod"