mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Fix a weird stupid issue with exim4 being installed as a dep of cron, later creating dependency bug
This commit is contained in:
parent
1143635337
commit
ec8c46322e
3 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue