From 444d6b7583aa2b3c7a8f19572ad03a4390d5447a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sat, 23 Dec 2006 00:13:22 +0000 Subject: [PATCH] * Add some SATA / SCSI related drivers to the initrd. svn path=/nixos/trunk/; revision=7468 --- configuration/options.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/configuration/options.nix b/configuration/options.nix index aaafca84e99..a9693e4d1d5 100644 --- a/configuration/options.nix +++ b/configuration/options.nix @@ -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