Decrease verbosity of VirtualBox image generation
This commit is contained in:
parent
9726dded27
commit
972d9974c6
@ -49,7 +49,7 @@ with pkgs.lib;
|
|||||||
echo "filling Nix store..."
|
echo "filling Nix store..."
|
||||||
mkdir -p /mnt/nix/store
|
mkdir -p /mnt/nix/store
|
||||||
set -f
|
set -f
|
||||||
cp -prvd $storePaths /mnt/nix/store/
|
cp -prd $storePaths /mnt/nix/store/
|
||||||
|
|
||||||
# Register the paths in the Nix database.
|
# Register the paths in the Nix database.
|
||||||
printRegistration=1 perl ${pkgs.pathsFromGraph} /tmp/xchg/closure | \
|
printRegistration=1 perl ${pkgs.pathsFromGraph} /tmp/xchg/closure | \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user