mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue