systemvmtemplate: increase disk size to 3000

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2015-03-30 13:56:41 +05:30
parent 77ed0c4b96
commit 03ff244ff1
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
Veewee::Definition.declare({
:cpu_count => '1',
:memory_size=> '256',
:disk_size => '2560', :disk_format => 'VDI', :hostiocache => 'off',
:disk_size => '3000', :disk_format => 'VDI', :hostiocache => 'off',
:os_type_id => 'Debian_64',
:iso_file => "debian-7.8.0-amd64-netinst.iso",
:iso_src => "http://cdimage.debian.org/debian-cd/7.8.0/amd64/iso-cd/debian-7.8.0-amd64-netinst.iso",

View File

@ -130,7 +130,7 @@ d-i partman-auto/choose_recipe select atomic
d-i partman-auto/expert_recipe string \
boot-root :: \
40 50 100 ext4 \
80 50 160 ext4 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \