Update kernel version for fresh-kernel
svn path=/nixos/trunk/; revision=18379
This commit is contained in:
parent
e164ea4df8
commit
f9958cbb44
|
@ -20,8 +20,8 @@ rec {
|
||||||
# Most users will download it anyway
|
# Most users will download it anyway
|
||||||
security.sudo.enable = true;
|
security.sudo.enable = true;
|
||||||
|
|
||||||
# Use Linux 2.6.31-zen2 (with aufs2).
|
# Use Linux 2.6.31-zen (with aufs2).
|
||||||
boot.kernelPackages = pkgs.kernelPackages_2_6_31_zen2;
|
boot.kernelPackages = pkgs.kernelPackages_2_6_31_zen;
|
||||||
|
|
||||||
# We need squashfs and aufs. Zen Linux Kernel contains kernel side.
|
# We need squashfs and aufs. Zen Linux Kernel contains kernel side.
|
||||||
boot.initrd.extraUtilsCommands = ''
|
boot.initrd.extraUtilsCommands = ''
|
||||||
|
|
|
@ -91,7 +91,7 @@ let
|
||||||
|
|
||||||
iso_minimal_fresh_kernel = makeIso {
|
iso_minimal_fresh_kernel = makeIso {
|
||||||
module = ./modules/installer/cd-dvd/installation-cd-minimal-fresh-kernel.nix;
|
module = ./modules/installer/cd-dvd/installation-cd-minimal-fresh-kernel.nix;
|
||||||
description = "minimal with 2.6.31-zen2-branch";
|
description = "minimal with 2.6.31-zen-branch";
|
||||||
maintainers = ["raskin"];
|
maintainers = ["raskin"];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue