From 2a1f28d92330e4808b311b0d45a71eff08d8bf67 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 13 Sep 2009 10:47:51 +0000 Subject: [PATCH] * Disabling iso_rescue since it has been broken on x86_64 for months. Also, I don't think we should have a separate "recue" CD. Any rescue tools should be added to iso_minimal. svn path=/nixos/trunk/; revision=17082 --- release.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release.nix b/release.nix index bd5914da39c..a07d36dfc15 100644 --- a/release.nix +++ b/release.nix @@ -86,11 +86,13 @@ let module = ./modules/installer/cd-dvd/installation-cd-minimal.nix; description = "minimal"; }; - + + /* iso_rescue = makeIso { module = ./modules/installer/cd-dvd/installation-cd-rescue.nix; description = "rescue"; }; + */ iso_graphical = makeIso { module = ./modules/installer/cd-dvd/installation-cd-graphical.nix;