summaryrefslogtreecommitdiff
path: root/roles
diff options
context:
space:
mode:
Diffstat (limited to 'roles')
-rw-r--r--roles/vm-install/templates/preseed_debian-stretch.cfg.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vm-install/templates/preseed_debian-stretch.cfg.j2 b/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
index fcf8ddd1..55ddbfc2 100644
--- a/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
+++ b/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
@@ -51,7 +51,7 @@ d-i partman-auto/expert_recipe string \
$defaultignore{ } $primary{ } $bootable{ } \
method{ lvm } vg_name{ {{ inventory_hostname }} } \
. \
- 1536 10000 2048 ext4 \
+ 2048 10000 2560 ext4 \
$lvmok{ } in_vg{ {{ inventory_hostname }} } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \