Don't include klibc in the installation CD
This commit is contained in:
parent
9692495df0
commit
7b54922227
@ -66,5 +66,5 @@ in
|
|||||||
|
|
||||||
# To speed up installation a little bit, include the complete stdenv
|
# To speed up installation a little bit, include the complete stdenv
|
||||||
# in the Nix store on the CD.
|
# 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
|
# To speed up further installation of packages, include the complete stdenv
|
||||||
# in the Nix store of the tarball.
|
# in the Nix store of the tarball.
|
||||||
tarball.storeContents = pkgs2storeContents [ pkgs.stdenv pkgs.klibc pkgs.klibcShrunk ];
|
tarball.storeContents = pkgs2storeContents [ pkgs.stdenv ];
|
||||||
|
|
||||||
tarball.contents =
|
tarball.contents =
|
||||||
[ { source = config.boot.kernelPackages.kernel + "/" + config.system.boot.loader.kernelFile;
|
[ { source = config.boot.kernelPackages.kernel + "/" + config.system.boot.loader.kernelFile;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user