diff --git a/profiles/advanced.preseed b/profiles/advanced.preseed index 936cc4f..a5c434d 100644 --- a/profiles/advanced.preseed +++ b/profiles/advanced.preseed @@ -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 diff --git a/profiles/default.preseed b/profiles/default.preseed index 869e3c5..ef27538 100644 --- a/profiles/default.preseed +++ b/profiles/default.preseed @@ -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 diff --git a/profiles/test.preseed b/profiles/test.preseed index 65be132..a0485a2 100644 --- a/profiles/test.preseed +++ b/profiles/test.preseed @@ -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