summaryrefslogtreecommitdiff
path: root/roles/vm-install/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/vm-install/templates')
-rw-r--r--roles/vm-install/templates/preseed_debian-stretch.cfg.j23
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/vm-install/templates/preseed_debian-stretch.cfg.j2 b/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
index c8f4b45f..267da58b 100644
--- a/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
+++ b/roles/vm-install/templates/preseed_debian-stretch.cfg.j2
@@ -53,21 +53,18 @@ d-i partman-auto/expert_recipe string \
. \
1536 10000 2048 ext4 \
$lvmok{ } in_vg{ {{ inventory_hostname }} } \
- lv_name { root } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \
. \
1024 11000 1280 ext4 \
$lvmok{ } in_vg{ {{ inventory_hostname }} } \
- lv_name { var } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /var } \
. \
768 10000 768 ext4 \
$lvmok{ } in_vg{ {{ inventory_hostname }} } \
- lv_name { varlog } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /var/log } \