From 0b8e992d3d4f38afaf7407a5a8cb166e88f5cb21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 4 Mar 2012 21:01:20 +0000 Subject: [PATCH] Setting the kernel 3.2 for the new-kernel nixos iso. svn path=/nixos/trunk/; revision=32785 --- modules/installer/cd-dvd/installation-cd-new-kernel.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/cd-dvd/installation-cd-new-kernel.nix b/modules/installer/cd-dvd/installation-cd-new-kernel.nix index 1340b9787ca..c7ea5ddfb01 100644 --- a/modules/installer/cd-dvd/installation-cd-new-kernel.nix +++ b/modules/installer/cd-dvd/installation-cd-new-kernel.nix @@ -3,6 +3,6 @@ { require = [ ./installation-cd-graphical.nix ]; - boot.kernelPackages = pkgs.linuxPackages_3_0; + boot.kernelPackages = pkgs.linuxPackages_3_2; boot.vesa = false; }