summaryrefslogtreecommitdiff
path: root/roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-22 20:35:59 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-22 20:35:59 +0200
commit28ea6d3f7249d85f3190a6fa75a0b45e2b133526 (patch)
treefe493ff6a142bdcd65ccc5f9978fec08b607df44 /roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2
parentubuntu: disable splash screen and vt_handoff (diff)
switch to explicit python interpreter handling
Diffstat (limited to 'roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2')
-rw-r--r--roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j22
1 files changed, 1 insertions, 1 deletions
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 d7438fd7..997617c1 100644
--- a/roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2
+++ b/roles/installer/debian/preseed/templates/preseed_ubuntu-focal.cfg.j2
@@ -61,7 +61,7 @@ d-i base-installer/install-recommends boolean false
d-i apt-setup/security_host string {{ apt_repo_providers[hostvars[install_hostname].apt_repo_provider].ubuntu }}
tasksel tasksel/first multiselect
-d-i pkgsel/include string openssh-server python3 python3-apt ifupdown
+d-i pkgsel/include string openssh-server {{ hostvars[install_hostname].python_basename }} {{ hostvars[install_hostname].python_basename }}-apt ifupdown
d-i pkgsel/upgrade select safe-upgrade
popularity-contest popularity-contest/participate boolean false
d-i pkgsel/update-policy select none