forked from mirrors/nixpkgs
* Add some SATA / SCSI related drivers to the initrd.
svn path=/nixos/trunk/; revision=7468
This commit is contained in:
parent
8d09b9066c
commit
444d6b7583
|
@ -113,7 +113,15 @@
|
|||
|
||||
{
|
||||
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 = "
|
||||
The set of kernel modules in the initial ramdisk used during the
|
||||
boot process. This set must include all modules necessary for
|
||||
|
|
Loading…
Reference in a new issue