summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-09-13 10:47:51 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-09-13 10:47:51 +0000
commit2a1f28d92330e4808b311b0d45a71eff08d8bf67 (patch)
treebedc5392d007d9594a5fe8924e43cdf0b9273c29
parent6b0487d47f3451a972c28f355c7045aa65b833da (diff)
downloadnixpkgs-2a1f28d92330e4808b311b0d45a71eff08d8bf67.tar
nixpkgs-2a1f28d92330e4808b311b0d45a71eff08d8bf67.tar.gz
nixpkgs-2a1f28d92330e4808b311b0d45a71eff08d8bf67.tar.bz2
nixpkgs-2a1f28d92330e4808b311b0d45a71eff08d8bf67.tar.lz
nixpkgs-2a1f28d92330e4808b311b0d45a71eff08d8bf67.tar.xz
nixpkgs-2a1f28d92330e4808b311b0d45a71eff08d8bf67.tar.zst
nixpkgs-2a1f28d92330e4808b311b0d45a71eff08d8bf67.zip
* 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
-rw-r--r--release.nix4
1 files changed, 3 insertions, 1 deletions
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;