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
This commit is contained in:
parent
e4defbe8bd
commit
336d33e591
|
@ -72,6 +72,7 @@ in
|
||||||
./iso-image.nix
|
./iso-image.nix
|
||||||
./memtest.nix
|
./memtest.nix
|
||||||
../../hardware/network/intel-3945abg.nix
|
../../hardware/network/intel-3945abg.nix
|
||||||
|
../../hardware/network/rt73.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# ISO naming.
|
# ISO naming.
|
||||||
|
@ -191,6 +192,9 @@ in
|
||||||
else ""
|
else ""
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# Have the redistributable firmware of rt73 wifi nics.
|
||||||
|
networking.enableRT73Firmware = true;
|
||||||
|
|
||||||
# To speed up installation a little bit, include the complete stdenv
|
# To speed up installation a little bit, include the complete stdenv
|
||||||
# in the Nix store on the CD.
|
# in the Nix store on the CD.
|
||||||
|
|
Loading…
Reference in New Issue