Decrease verbosity of VirtualBox image generation

This commit is contained in:
Eelco Dolstra 2013-10-29 21:15:11 +01:00
parent 9726dded27
commit 972d9974c6

View file

@ -49,7 +49,7 @@ with pkgs.lib;
echo "filling Nix store..."
mkdir -p /mnt/nix/store
set -f
cp -prvd $storePaths /mnt/nix/store/
cp -prd $storePaths /mnt/nix/store/
# Register the paths in the Nix database.
printRegistration=1 perl ${pkgs.pathsFromGraph} /tmp/xchg/closure | \