forked from mirrors/nixpkgs
Add Busybox to the installation CD
This is mostly to get the automated tests to succeed.
This commit is contained in:
parent
980ba4d5a5
commit
1da7cea223
|
@ -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 ];
|
isoImage.storeContents = [ pkgs.stdenv pkgs.busybox ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue