New kernel iso/system_tarball now use 3.10 in stead of 3.7, which had been removed.

This commit is contained in:
Rob Vermaas 2013-07-23 10:09:41 +02:00
parent 2cb25bd65c
commit 4a0f707f71
3 changed files with 3 additions and 3 deletions

View file

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

View file

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

View file

@ -105,7 +105,7 @@ in
boot.initrd.availableKernelModules =
[ "vfat" "reiserfs" ];
boot.kernelPackages = pkgs.linuxPackages_3_7;
boot.kernelPackages = pkgs.linuxPackages_3_10;
boot.kernelParams = [ "console=tty1" ];
boot.postBootCommands =