From 6246d75654ce8df3f6a243535756b05769a78cb3 Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Mon, 12 Aug 2013 21:42:45 +0300 Subject: [PATCH] Unbreak iso_efi by feeding it a kernel that exists. --- modules/installer/cd-dvd/installation-cd-efi.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/cd-dvd/installation-cd-efi.nix b/modules/installer/cd-dvd/installation-cd-efi.nix index 669c5eaf6adc..d018d6aeaa7b 100644 --- a/modules/installer/cd-dvd/installation-cd-efi.nix +++ b/modules/installer/cd-dvd/installation-cd-efi.nix @@ -3,7 +3,7 @@ { require = [ ./installation-cd-minimal.nix ]; - boot.kernelPackages = pkgs.linuxPackages_3_8; + boot.kernelPackages = pkgs.linuxPackages_3_9; boot.vesa = false; # What follows should probably move into base once the base kernel has the