From e20ef7564e6cf4eff9280846b960e3d17a7e8cac Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sat, 25 Sep 2010 09:33:17 +0000 Subject: [PATCH] Update live-dvd configuration. svn path=/nixos/trunk/; revision=23919 --- modules/installer/cd-dvd/live-dvd.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/cd-dvd/live-dvd.nix b/modules/installer/cd-dvd/live-dvd.nix index 70fa301ef1f..4857900389c 100644 --- a/modules/installer/cd-dvd/live-dvd.nix +++ b/modules/installer/cd-dvd/live-dvd.nix @@ -1,7 +1,7 @@ {config, pkgs, ...}: { - require = [./installation-cd.nix]; + require = [./installation-cd-base.nix]; # Build the build-time dependencies of this configuration on the DVD # to speed up installation.