From ec8c46322e3b0b76067b55e3aea4e20e6521b914 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 10 Jun 2019 16:39:11 +0200 Subject: [PATCH] Fix a weird stupid issue with exim4 being installed as a dep of cron, later creating dependency bug --- profiles/advanced.preseed | 4 +++- profiles/default.preseed | 4 +++- profiles/test.preseed | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/profiles/advanced.preseed b/profiles/advanced.preseed index ffd468c..90511f8 100644 --- a/profiles/advanced.preseed +++ b/profiles/advanced.preseed @@ -76,7 +76,9 @@ d-i apt-setup/local0/comment string YunoHost repository ### Package selection tasksel tasksel/first multiselect standard, ssh-server -d-i pkgsel/include string yunohost +# Keep postfix in here, otherwise exim4 might get installed and create a weird +# conflict... +d-i pkgsel/include string postfix yunohost d-i pkgsel/upgrade select none ### Deactivate poll on popular packages diff --git a/profiles/default.preseed b/profiles/default.preseed index 27d1069..48caa83 100644 --- a/profiles/default.preseed +++ b/profiles/default.preseed @@ -76,7 +76,9 @@ d-i apt-setup/local0/comment string YunoHost repository ### Package selection tasksel tasksel/first multiselect standard, ssh-server -d-i pkgsel/include string yunohost yunohost-admin +# Keep postfix in here, otherwise exim4 might get installed and create a weird +# conflict... +d-i pkgsel/include string postfix yunohost yunohost-admin d-i pkgsel/upgrade select none ### Deactivate poll on popular packages diff --git a/profiles/test.preseed b/profiles/test.preseed index a0485a2..7aec80f 100644 --- a/profiles/test.preseed +++ b/profiles/test.preseed @@ -47,7 +47,9 @@ d-i apt-setup/local0/key string http://forge.yunohost.org/yunohost.asc d-i apt-setup/local1/key string http://forge.yunohost.org/yunohost.asc d-i debian-installer/allow_unauthenticated string true tasksel tasksel/first multiselect standard, ssh-server -d-i pkgsel/include yunohost +# Keep postfix in here, otherwise exim4 might get installed and create a weird +# conflict... +d-i pkgsel/include string postfix yunohost popularity-contest popularity-contest/participate boolean false debconf debconf/frontend select Noninteractive d-i grub-installer/only_debian boolean true