* Add klibc and klibcShrunk to the CD because they're always needed

during an installation.

svn path=/nixos/trunk/; revision=19273
This commit is contained in:
Eelco Dolstra 2010-01-06 20:51:10 +00:00
parent 8ebde1ea8a
commit 83478a0800

View File

@ -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