From 336d33e591b885c5c7b46d93d8201fdf1d300507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Wed, 14 Oct 2009 13:10:41 +0000 Subject: [PATCH] Adding the wifi nic rt73 firmware into the nixos cds. I'm not sure if I had to add the module file reference in "required", or all modules are properly loaded. svn path=/nixos/trunk/; revision=17800 --- modules/installer/cd-dvd/installation-cd-base.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/installer/cd-dvd/installation-cd-base.nix b/modules/installer/cd-dvd/installation-cd-base.nix index a02aa5c0e0a..3ec4f3a63de 100644 --- a/modules/installer/cd-dvd/installation-cd-base.nix +++ b/modules/installer/cd-dvd/installation-cd-base.nix @@ -72,6 +72,7 @@ in ./iso-image.nix ./memtest.nix ../../hardware/network/intel-3945abg.nix + ../../hardware/network/rt73.nix ]; # ISO naming. @@ -191,6 +192,9 @@ in else "" } ''; + + # Have the redistributable firmware of rt73 wifi nics. + networking.enableRT73Firmware = true; # To speed up installation a little bit, include the complete stdenv # in the Nix store on the CD.