From 9a59bc41173918c6e93ae4cce26c6665d2682d09 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 19 Jan 2018 22:14:40 +0100 Subject: 3gb for root fs of helene and dione --- roles/vm-install/templates/preseed_debian-stretch.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles') 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 } \ -- cgit v1.2.3