* By popular demand, provide an ISO with a more recent kernel.

svn path=/nixos/trunk/; revision=30344
This commit is contained in:
Eelco Dolstra 2011-11-08 19:51:39 +00:00
parent fdc51c2c97
commit 6b6cee46c7
2 changed files with 15 additions and 0 deletions

@ -0,0 +1,8 @@
{ config, pkgs, ... }:
{
require = [ ./installation-cd-graphical.nix ];
boot.kernelPackages = pkgs.linuxPackages_3_0;
boot.vesa = false;
}

@ -130,6 +130,13 @@ let
type = "graphical";
};
# A variant with a more recent (but possibly less stable) kernel
# that might support more hardware.
iso_new_kernel = makeIso {
module = ./modules/installer/cd-dvd/installation-cd-new-kernel.nix;
type = "new-kernel";
};
# Provide a tarball that can be unpacked into an SD card, and easily
# boot that system from uboot (like for the sheevaplug).