3
0
Fork 0
forked from mirrors/nixpkgs

* Remove installation-cd-rescue as it's not used, and the other CDs

should also contain all appropriate rescue tools.

svn path=/nixos/trunk/; revision=30320
This commit is contained in:
Eelco Dolstra 2011-11-08 14:29:35 +00:00
parent 5e5328cb2e
commit 848485a043

View file

@ -1,11 +0,0 @@
# This module defines a small NixOS installation CD. It does not
# contain any graphical stuff.
{config, pkgs, ...}:
{
require = [
./installation-cd-base.nix
../../profiles/rescue.nix
];
}