* By popular demand, provide an ISO with a more recent kernel.
svn path=/nixos/trunk/; revision=30344
This commit is contained in:
parent
fdc51c2c97
commit
6b6cee46c7
8
modules/installer/cd-dvd/installation-cd-new-kernel.nix
Normal file
8
modules/installer/cd-dvd/installation-cd-new-kernel.nix
Normal file
@ -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";
|
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
|
# Provide a tarball that can be unpacked into an SD card, and easily
|
||||||
# boot that system from uboot (like for the sheevaplug).
|
# boot that system from uboot (like for the sheevaplug).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user