3
0
Fork 0
forked from mirrors/nixpkgs

* Use Linux 2.6.32 on the installation CD.

svn path=/nixos/trunk/; revision=19166
This commit is contained in:
Eelco Dolstra 2010-01-01 16:26:01 +00:00
parent 81d621b4f7
commit 64c75274e1

View file

@ -84,8 +84,8 @@ in
isoImage.volumeID = "NIXOS_INSTALL_CD_${config.system.nixosVersion}";
# Use Linux 2.6.29.
boot.kernelPackages = pkgs.kernelPackages_2_6_29;
# Use Linux 2.6.32.
boot.kernelPackages = pkgs.kernelPackages_2_6_32;
# Show the manual.
services.nixosManual.showManual = true;