New kernel iso/system_tarball now use 3.10 in stead of 3.7, which had been removed.
This commit is contained in:
@@ -3,6 +3,6 @@
|
|||||||
{
|
{
|
||||||
require = [ ./installation-cd-minimal.nix ];
|
require = [ ./installation-cd-minimal.nix ];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_3_7;
|
boot.kernelPackages = pkgs.linuxPackages_3_10;
|
||||||
boot.vesa = false;
|
boot.vesa = false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
{
|
{
|
||||||
require = [ ./installation-cd-graphical.nix ];
|
require = [ ./installation-cd-graphical.nix ];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_3_7;
|
boot.kernelPackages = pkgs.linuxPackages_3_10;
|
||||||
boot.vesa = false;
|
boot.vesa = false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ in
|
|||||||
boot.initrd.availableKernelModules =
|
boot.initrd.availableKernelModules =
|
||||||
[ "vfat" "reiserfs" ];
|
[ "vfat" "reiserfs" ];
|
||||||
|
|
||||||
boot.kernelPackages = pkgs.linuxPackages_3_7;
|
boot.kernelPackages = pkgs.linuxPackages_3_10;
|
||||||
boot.kernelParams = [ "console=tty1" ];
|
boot.kernelParams = [ "console=tty1" ];
|
||||||
|
|
||||||
boot.postBootCommands =
|
boot.postBootCommands =
|
||||||
|
|||||||
Reference in New Issue
Block a user