* 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:
parent
aad3d21ceb
commit
32995b3d36
@ -10,7 +10,7 @@ with pkgs.lib;
|
|||||||
''
|
''
|
||||||
mkdir $out
|
mkdir $out
|
||||||
diskImage=$out/nixos.img
|
diskImage=$out/nixos.img
|
||||||
qemu-img create -f raw $diskImage "1024M"
|
qemu-img create -f raw $diskImage "4G"
|
||||||
'';
|
'';
|
||||||
buildInputs = [ pkgs.utillinux pkgs.perl ];
|
buildInputs = [ pkgs.utillinux pkgs.perl ];
|
||||||
exportReferencesGraph =
|
exportReferencesGraph =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user