increase size of virtualbox image
svn path=/nixos/trunk/; revision=33357
This commit is contained in:
parent
2a135eb4d4
commit
a525074f43
@ -10,7 +10,7 @@ with pkgs.lib;
|
|||||||
''
|
''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
diskImage=$out/image
|
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/
|
mv closure xchg/
|
||||||
'';
|
'';
|
||||||
postVM =
|
postVM =
|
||||||
|
Loading…
Reference in New Issue
Block a user