svn path=/nixos/branches/modular-nixos/; revision=15905
This commit is contained in:
parent
6023722135
commit
45e6fe420c
@ -24,7 +24,11 @@ let
|
|||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
require = [./iso-image.nix ./memtest.nix];
|
require =
|
||||||
|
[ ./iso-image.nix
|
||||||
|
./memtest.nix
|
||||||
|
../../../hardware/network/intel-3945abg.nix
|
||||||
|
];
|
||||||
|
|
||||||
# Use Linux 2.6.29.
|
# Use Linux 2.6.29.
|
||||||
boot.kernelPackages = pkgs.kernelPackages_2_6_29;
|
boot.kernelPackages = pkgs.kernelPackages_2_6_29;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user