* 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
This commit is contained in:
Eelco Dolstra 2009-09-13 10:47:51 +00:00
parent 6b0487d47f
commit 2a1f28d923

View File

@ -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;