From 7a6ec0b2106453f72433b77392d549e188f8d4fa Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 3 May 2018 22:10:47 +0200 Subject: [PATCH] Remove web-server (installs apache2) and postfix (already required by yunohost anyway) --- profiles/advanced.preseed | 4 ++-- profiles/default.preseed | 4 ++-- profiles/test.preseed | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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