Update kernel version for fresh-kernel

svn path=/nixos/trunk/; revision=18379
This commit is contained in:
Michael Raskin 2009-11-17 09:00:49 +00:00
parent e164ea4df8
commit f9958cbb44
2 changed files with 3 additions and 3 deletions

View file

@ -20,8 +20,8 @@ rec {
# Most users will download it anyway
security.sudo.enable = true;
# Use Linux 2.6.31-zen2 (with aufs2).
boot.kernelPackages = pkgs.kernelPackages_2_6_31_zen2;
# Use Linux 2.6.31-zen (with aufs2).
boot.kernelPackages = pkgs.kernelPackages_2_6_31_zen;
# We need squashfs and aufs. Zen Linux Kernel contains kernel side.
boot.initrd.extraUtilsCommands = ''

View file

@ -91,7 +91,7 @@ let
iso_minimal_fresh_kernel = makeIso {
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"];
};