increase size of virtualbox image

svn path=/nixos/trunk/; revision=33357
This commit is contained in:
Rob Vermaas 2012-03-22 12:58:45 +00:00
parent 2a135eb4d4
commit a525074f43

View File

@ -10,7 +10,7 @@ with pkgs.lib;
''
mkdir $out
diskImage=$out/image
${pkgs.vmTools.kvm}/bin/qemu-img create -f raw $diskImage "4G"
${pkgs.vmTools.kvm}/bin/qemu-img create -f raw $diskImage "10G"
mv closure xchg/
'';
postVM =