some modules..

svn path=/nixos/trunk/; revision=13419
This commit is contained in:
Michael Raskin 2008-11-25 18:00:25 +00:00
parent e39be7a088
commit 23551d0a4d
2 changed files with 1 additions and 1 deletions

View file

@ -70,4 +70,5 @@ in
""
["nix-reduce-build" "nix-http-export.cgi"]
["--with-docbook-xsl=\\\${pkgs.docbook5_xsl}/xml/xsl/docbook/"];
extraInitrdKernelModules = ["usb_storage" "ehci_hcd" "ohci_hcd" "iso9660" "ext3"];
}).rescueCD

View file

@ -153,7 +153,6 @@ rec {
kernelModules = bootKernelModules;
extraModulePackages = ((extraModulePackages pkgs)
++(if aufs then [(kernelPackages pkgs).aufs] else [])
++(pkgs.lib.optional intel3945FWEnable (kernelPackages pkgs).iwlwifi)
);
};