diff --git a/modules/installer/cd-dvd/installation-cd-minimal-fresh-kernel.nix b/modules/installer/cd-dvd/installation-cd-minimal-fresh-kernel.nix index 70e15fce39f..0bdd6ebdb34 100644 --- a/modules/installer/cd-dvd/installation-cd-minimal-fresh-kernel.nix +++ b/modules/installer/cd-dvd/installation-cd-minimal-fresh-kernel.nix @@ -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 = '' diff --git a/release.nix b/release.nix index 26708ed3e73..8d00c826806 100644 --- a/release.nix +++ b/release.nix @@ -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"]; };