summaryrefslogtreecommitdiff
path: root/roles/installer/debian/preseed/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/installer/debian/preseed/templates')
-rw-r--r--roles/installer/debian/preseed/templates/preseed_debian-bullseye.cfg.j22
-rw-r--r--roles/installer/debian/preseed/templates/preseed_debian-buster.cfg.j22
-rw-r--r--roles/installer/debian/preseed/templates/preseed_debian-jessie.cfg.j22
-rw-r--r--roles/installer/debian/preseed/templates/preseed_debian-stretch.cfg.j22
-rw-r--r--roles/installer/debian/preseed/templates/preseed_ubuntu-bionic.cfg.j22
-rw-r--r--roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j22
-rw-r--r--roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j22
7 files changed, 14 insertions, 0 deletions
diff --git a/roles/installer/debian/preseed/templates/preseed_debian-bullseye.cfg.j2 b/roles/installer/debian/preseed/templates/preseed_debian-bullseye.cfg.j2
index f1fa03ad..3b240961 100644
--- a/roles/installer/debian/preseed/templates/preseed_debian-bullseye.cfg.j2
+++ b/roles/installer/debian/preseed/templates/preseed_debian-bullseye.cfg.j2
@@ -51,7 +51,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 %}
diff --git a/roles/installer/debian/preseed/templates/preseed_debian-buster.cfg.j2 b/roles/installer/debian/preseed/templates/preseed_debian-buster.cfg.j2
index bf312377..41e9d5ba 100644
--- a/roles/installer/debian/preseed/templates/preseed_debian-buster.cfg.j2
+++ b/roles/installer/debian/preseed/templates/preseed_debian-buster.cfg.j2
@@ -51,7 +51,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 %}
diff --git a/roles/installer/debian/preseed/templates/preseed_debian-jessie.cfg.j2 b/roles/installer/debian/preseed/templates/preseed_debian-jessie.cfg.j2
index b8d792c6..1a3d6fd0 100644
--- a/roles/installer/debian/preseed/templates/preseed_debian-jessie.cfg.j2
+++ b/roles/installer/debian/preseed/templates/preseed_debian-jessie.cfg.j2
@@ -51,7 +51,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 %}
diff --git a/roles/installer/debian/preseed/templates/preseed_debian-stretch.cfg.j2 b/roles/installer/debian/preseed/templates/preseed_debian-stretch.cfg.j2
index e6c3209c..f5227e54 100644
--- a/roles/installer/debian/preseed/templates/preseed_debian-stretch.cfg.j2
+++ b/roles/installer/debian/preseed/templates/preseed_debian-stretch.cfg.j2
@@ -51,7 +51,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 %}
diff --git a/roles/installer/debian/preseed/templates/preseed_ubuntu-bionic.cfg.j2 b/roles/installer/debian/preseed/templates/preseed_ubuntu-bionic.cfg.j2
index b86cdc1b..a987a6c2 100644
--- a/roles/installer/debian/preseed/templates/preseed_ubuntu-bionic.cfg.j2
+++ b/roles/installer/debian/preseed/templates/preseed_ubuntu-bionic.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 %}
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 %}
diff --git a/roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j2 b/roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j2
index e9ac5d8c..ae4deeea 100644
--- a/roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j2
+++ b/roles/installer/debian/preseed/templates/preseed_ubuntu-xenial.cfg.j2
@@ -53,7 +53,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 %}