Don't include klibc in the installation CD

wip/yesman
Eelco Dolstra 12 years ago
parent 9692495df0
commit 7b54922227
  1. 2
      modules/installer/cd-dvd/installation-cd-base.nix
  2. 2
      modules/installer/cd-dvd/system-tarball-pc.nix

@ -66,5 +66,5 @@ in
# To speed up installation a little bit, include the complete stdenv
# in the Nix store on the CD.
isoImage.storeContents = [ pkgs.stdenv pkgs.klibc pkgs.klibcShrunk ];
isoImage.storeContents = [ pkgs.stdenv ];
}

@ -123,7 +123,7 @@ in
# To speed up further installation of packages, include the complete stdenv
# in the Nix store of the tarball.
tarball.storeContents = pkgs2storeContents [ pkgs.stdenv pkgs.klibc pkgs.klibcShrunk ];
tarball.storeContents = pkgs2storeContents [ pkgs.stdenv ];
tarball.contents =
[ { source = config.boot.kernelPackages.kernel + "/" + config.system.boot.loader.kernelFile;

Loading…
Cancel
Save