* Make the AMI disk a bit bigger. Thanks to sparse images and

compression this shouldn't be expensive.

svn path=/nixos/trunk/; revision=19647
This commit is contained in:
Eelco Dolstra 2010-01-25 10:40:08 +00:00
parent aad3d21ceb
commit 32995b3d36

View File

@ -10,7 +10,7 @@ with pkgs.lib;
''
mkdir $out
diskImage=$out/nixos.img
qemu-img create -f raw $diskImage "1024M"
qemu-img create -f raw $diskImage "4G"
'';
buildInputs = [ pkgs.utillinux pkgs.perl ];
exportReferencesGraph =