mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
* 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
|
||||
diskImage=$out/nixos.img
|
||||
qemu-img create -f raw $diskImage "1024M"
|
||||
qemu-img create -f raw $diskImage "4G"
|
||||
'';
|
||||
buildInputs = [ pkgs.utillinux pkgs.perl ];
|
||||
exportReferencesGraph =
|
||||
|
Loading…
Reference in New Issue
Block a user