From 83478a08005a8fc1db204a5559e51147b52a8292 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 6 Jan 2010 20:51:10 +0000 Subject: [PATCH] * Add klibc and klibcShrunk to the CD because they're always needed during an installation. svn path=/nixos/trunk/; revision=19273 --- modules/installer/cd-dvd/installation-cd-base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/cd-dvd/installation-cd-base.nix b/modules/installer/cd-dvd/installation-cd-base.nix index 07d63c76fe1..2cd75b4a544 100644 --- a/modules/installer/cd-dvd/installation-cd-base.nix +++ b/modules/installer/cd-dvd/installation-cd-base.nix @@ -234,7 +234,7 @@ in # To speed up installation a little bit, include the complete stdenv # in the Nix store on the CD. - isoImage.storeContents = [pkgs.stdenv]; + isoImage.storeContents = [ pkgs.stdenv pkgs.klibc pkgs.klibcShrunk ]; # Allow sshd to be started manually through "start sshd". It should # not be started by default on the installation CD because the