appliance: increase /var/log partition to max 15GB

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2016-07-27 16:54:15 +05:30
parent 1d52b3af89
commit beec8ed3d4
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 => '3000', :disk_format => 'VDI', :hostiocache => 'off',
:disk_size => '18000', :disk_format => 'VDI', :hostiocache => 'off',
:iso_download_timeout => '1200',
:boot_wait => '10',
:boot_cmd_sequence => [

View File

@ -75,7 +75,7 @@ d-i partman-auto/expert_recipe string \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /var } \
. \
200 50 500 ext4 \
1000 40 15000 ext4 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /var/log } \