* 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:
parent
6b0487d47f
commit
2a1f28d923
@ -86,11 +86,13 @@ let
|
|||||||
module = ./modules/installer/cd-dvd/installation-cd-minimal.nix;
|
module = ./modules/installer/cd-dvd/installation-cd-minimal.nix;
|
||||||
description = "minimal";
|
description = "minimal";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
iso_rescue = makeIso {
|
iso_rescue = makeIso {
|
||||||
module = ./modules/installer/cd-dvd/installation-cd-rescue.nix;
|
module = ./modules/installer/cd-dvd/installation-cd-rescue.nix;
|
||||||
description = "rescue";
|
description = "rescue";
|
||||||
};
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
iso_graphical = makeIso {
|
iso_graphical = makeIso {
|
||||||
module = ./modules/installer/cd-dvd/installation-cd-graphical.nix;
|
module = ./modules/installer/cd-dvd/installation-cd-graphical.nix;
|
||||||
|
Loading…
Reference in New Issue
Block a user