* Add some SATA / SCSI related drivers to the initrd.

svn path=/nixos/trunk/; revision=7468
This commit is contained in:
Eelco Dolstra 2006-12-23 00:13:22 +00:00
parent 8d09b9066c
commit 444d6b7583

View File

@ -113,7 +113,15 @@
{ {
name = ["boot" "initrd" "kernelModules"]; name = ["boot" "initrd" "kernelModules"];
default = ["ide-cd" "ide-disk" "ide-generic" "ext3"]; default = [
"ahci"
"ata_piix"
"sr_mod"
"ide-cd"
"ide-disk"
"ide-generic"
"ext3"
];
description = " description = "
The set of kernel modules in the initial ramdisk used during the The set of kernel modules in the initial ramdisk used during the
boot process. This set must include all modules necessary for boot process. This set must include all modules necessary for