Add Busybox to the installation CD

This is mostly to get the automated tests to succeed.
This commit is contained in:
Eelco Dolstra 2012-06-22 14:16:55 -04:00
parent 980ba4d5a5
commit 1da7cea223

View file

@ -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 ];
isoImage.storeContents = [ pkgs.stdenv pkgs.busybox ];
}