Remove web-server (installs apache2) and postfix (already required by yunohost anyway)

This commit is contained in:
Alexandre Aubin 2018-05-03 22:10:47 +02:00
parent 1f810dbecc
commit 7a6ec0b210
3 changed files with 6 additions and 6 deletions

View file

@ -75,8 +75,8 @@ d-i apt-setup/local0/comment string YunoHost repository
#d-i debian-installer/allow_unauthenticated string true
### Package selection
tasksel tasksel/first multiselect standard, web-server, ssh-server
d-i pkgsel/include string postfix yunohost
tasksel tasksel/first multiselect standard, ssh-server
d-i pkgsel/include string yunohost
d-i pkgsel/upgrade select none
### Deactivate poll on popular packages

View file

@ -75,8 +75,8 @@ d-i apt-setup/local0/comment string YunoHost repository
#d-i debian-installer/allow_unauthenticated string true
### Package selection
tasksel tasksel/first multiselect standard, web-server, ssh-server
d-i pkgsel/include string postfix yunohost yunohost-admin
tasksel tasksel/first multiselect standard, ssh-server
d-i pkgsel/include string yunohost yunohost-admin
d-i pkgsel/upgrade select none
### Deactivate poll on popular packages

View file

@ -46,8 +46,8 @@ d-i apt-setup/local1/repository string \
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, web-server, ssh-server
d-i pkgsel/include postfix yunohost
tasksel tasksel/first multiselect standard, ssh-server
d-i pkgsel/include yunohost
popularity-contest popularity-contest/participate boolean false
debconf debconf/frontend select Noninteractive
d-i grub-installer/only_debian boolean true