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:
parent
cba4d20280
commit
dacd7d5a58
|
@ -3,6 +3,6 @@
|
|||
{
|
||||
require = [ ./installation-cd-graphical.nix ];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_3_2;
|
||||
boot.kernelPackages = pkgs.linuxPackages_3_7;
|
||||
boot.vesa = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue