* My grep skills are lacking.
svn path=/nixos/trunk/; revision=30335
This commit is contained in:
parent
51a5b775a6
commit
dd28c62879
@ -36,7 +36,6 @@ in
|
|||||||
# Profiles of this basic installation CD.
|
# Profiles of this basic installation CD.
|
||||||
../../profiles/all-hardware.nix
|
../../profiles/all-hardware.nix
|
||||||
../../profiles/base.nix
|
../../profiles/base.nix
|
||||||
# ../../profiles/minimal.nix # should include this, but then the graphical CD will also get it.
|
|
||||||
../../profiles/installation-device.nix
|
../../profiles/installation-device.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
require = [
|
require =
|
||||||
./installation-cd-base.nix
|
[ ./installation-cd-base.nix
|
||||||
../../profiles/minimal.nix
|
../../profiles/minimal.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user