Fresh kernel means fresh kernel!

svn path=/nixos/trunk/; revision=17272
This commit is contained in:
Michael Raskin 2009-09-19 11:09:22 +00:00
parent 4670b1318a
commit a574ae095a
2 changed files with 3 additions and 3 deletions

View file

@ -15,8 +15,8 @@
fonts.enableFontConfig = false;
fonts.enableCoreFonts = false;
# Use Linux 2.6.31-zen0 (with aufs2).
boot.kernelPackages = pkgs.kernelPackages_2_6_31_zen0;
# Use Linux 2.6.31-zen2 (with aufs2).
boot.kernelPackages = pkgs.kernelPackages_2_6_31_zen2;
# 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-zen0";
description = "minimal with 2.6.31-zen2-branch";
maintainers = ["raskin"];
};