Setting iso_new_kernel to use linux 3.7.

It was using 3.2, the same kernel as the other isos.
This commit is contained in:
Lluís Batlle i Rossell 2012-12-16 16:05:50 +01:00
parent cba4d20280
commit dacd7d5a58

View File

@ -3,6 +3,6 @@
{
require = [ ./installation-cd-graphical.nix ];
boot.kernelPackages = pkgs.linuxPackages_3_2;
boot.kernelPackages = pkgs.linuxPackages_3_7;
boot.vesa = false;
}