1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-02-19 17:39:34 +00:00

* 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;