CLOUDSTACK-7143: a better fix for kernel upgrade disk space problems

Increase / and /boot a little bit, to the point that there is enough
space on them to do a kernel upgrade. With this I think we can
decrease total disk space usage back down to 2.5GB.

Docs for the preseed config found at
  http://anonscm.debian.org/gitweb/?p=d-i/debian-installer.git;a=blob_plain;f=doc/devel/partman-auto-recipe.txt;hb=HEAD
This commit is contained in:
Leo Simons 2014-07-22 17:15:42 +02:00 committed by Rohit Yadav
parent d5a4a2521b
commit 91ffedb39c
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ architectures = {
config = {
:cpu_count => '1',
:memory_size => '256',
:disk_size => '3500', :disk_format => 'VDI', :hostiocache => 'off',
:disk_size => '2500', :disk_format => 'VDI', :hostiocache => 'off',
:iso_download_timeout => '1200',
:boot_wait => '10',
:boot_cmd_sequence => [

View File

@ -50,7 +50,7 @@ d-i partman-auto/expert_recipe string \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /boot } \
. \
250 40 400 ext4 \
400 40 500 ext4 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \