From bbd4a183886120e39e74af0c4dba3dc781e24e4c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 28 Dec 2020 05:37:44 +0100 Subject: debian/preseed: manual partitioning --- roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2') diff --git a/roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2 b/roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2 index 22845823..f33098a3 100644 --- a/roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2 +++ b/roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2 @@ -56,7 +56,9 @@ d-i time/zone string {{ preseed_timezone }} d-i clock-setup/ntp boolean false +{% if not preseed_manual_partitioning %} {% include 'partman_config.j2' %} +{% endif %} {% if preseed_kernel_image is defined %} -- cgit v1.2.3