mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
New kernel iso/system_tarball now use 3.10 in stead of 3.7, which had been removed.
This commit is contained in:
parent
2cb25bd65c
commit
4a0f707f71
@ -3,6 +3,6 @@
|
||||
{
|
||||
require = [ ./installation-cd-minimal.nix ];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_3_7;
|
||||
boot.kernelPackages = pkgs.linuxPackages_3_10;
|
||||
boot.vesa = false;
|
||||
}
|
||||
|
@ -3,6 +3,6 @@
|
||||
{
|
||||
require = [ ./installation-cd-graphical.nix ];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_3_7;
|
||||
boot.kernelPackages = pkgs.linuxPackages_3_10;
|
||||
boot.vesa = false;
|
||||
}
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user