mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Remove web-server (installs apache2) and postfix (already required by yunohost anyway)
This commit is contained in:
parent
1f810dbecc
commit
7a6ec0b210
3 changed files with 6 additions and 6 deletions
|
@ -75,8 +75,8 @@ d-i apt-setup/local0/comment string YunoHost repository
|
||||||
#d-i debian-installer/allow_unauthenticated string true
|
#d-i debian-installer/allow_unauthenticated string true
|
||||||
|
|
||||||
### Package selection
|
### Package selection
|
||||||
tasksel tasksel/first multiselect standard, web-server, ssh-server
|
tasksel tasksel/first multiselect standard, ssh-server
|
||||||
d-i pkgsel/include string postfix yunohost
|
d-i pkgsel/include string yunohost
|
||||||
d-i pkgsel/upgrade select none
|
d-i pkgsel/upgrade select none
|
||||||
|
|
||||||
### Deactivate poll on popular packages
|
### Deactivate poll on popular packages
|
||||||
|
|
|
@ -75,8 +75,8 @@ d-i apt-setup/local0/comment string YunoHost repository
|
||||||
#d-i debian-installer/allow_unauthenticated string true
|
#d-i debian-installer/allow_unauthenticated string true
|
||||||
|
|
||||||
### Package selection
|
### Package selection
|
||||||
tasksel tasksel/first multiselect standard, web-server, ssh-server
|
tasksel tasksel/first multiselect standard, ssh-server
|
||||||
d-i pkgsel/include string postfix yunohost yunohost-admin
|
d-i pkgsel/include string yunohost yunohost-admin
|
||||||
d-i pkgsel/upgrade select none
|
d-i pkgsel/upgrade select none
|
||||||
|
|
||||||
### Deactivate poll on popular packages
|
### Deactivate poll on popular packages
|
||||||
|
|
|
@ -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/local0/key string http://forge.yunohost.org/yunohost.asc
|
||||||
d-i apt-setup/local1/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
|
d-i debian-installer/allow_unauthenticated string true
|
||||||
tasksel tasksel/first multiselect standard, web-server, ssh-server
|
tasksel tasksel/first multiselect standard, ssh-server
|
||||||
d-i pkgsel/include postfix yunohost
|
d-i pkgsel/include yunohost
|
||||||
popularity-contest popularity-contest/participate boolean false
|
popularity-contest popularity-contest/participate boolean false
|
||||||
debconf debconf/frontend select Noninteractive
|
debconf debconf/frontend select Noninteractive
|
||||||
d-i grub-installer/only_debian boolean true
|
d-i grub-installer/only_debian boolean true
|
||||||
|
|
Loading…
Add table
Reference in a new issue