* 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:
parent
5e5328cb2e
commit
848485a043
|
@ -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
|
||||
];
|
||||
}
|
Loading…
Reference in New Issue