Fix a weird stupid issue with exim4 being installed as a dep of cron, later creating dependency bug

This commit is contained in:
Alexandre Aubin 2019-06-10 16:39:11 +02:00
parent 1143635337
commit ec8c46322e
3 changed files with 9 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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