From aa445933a7d4440f6c7196414d7218298e58a4ce Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 16 Dec 2009 23:52:02 +0000 Subject: [PATCH] * Include some more firmware in the installation CD. svn path=/nixos/trunk/; revision=19007 --- modules/installer/cd-dvd/installation-cd-base.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/installer/cd-dvd/installation-cd-base.nix b/modules/installer/cd-dvd/installation-cd-base.nix index 64eb4ee5b75..74a2236fb6d 100644 --- a/modules/installer/cd-dvd/installation-cd-base.nix +++ b/modules/installer/cd-dvd/installation-cd-base.nix @@ -203,9 +203,11 @@ in else "" } ''; - - # Have the redistributable firmware of rt73 wifi nics. + + # Include the firmware for various wireless cards. networking.enableRT73Firmware = true; + networking.enableIntel2200BGFirmware = true; + networking.enableIntel3945ABGFirmware = true; # To speed up installation a little bit, include the complete stdenv # in the Nix store on the CD.