From 24687ad381df134b26dbf85d8230851786f19c26 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 17 Sep 2018 05:27:50 +0200 Subject: [PATCH] [fix] Don't ask about postsrsd (#9) * [fix] Don't ask about postsrsd * [fix] Don't ask the question in advanced config --- profiles/advanced.preseed | 1 + profiles/default.preseed | 1 + 2 files changed, 2 insertions(+) diff --git a/profiles/advanced.preseed b/profiles/advanced.preseed index 9e102eb..ffd468c 100644 --- a/profiles/advanced.preseed +++ b/profiles/advanced.preseed @@ -113,4 +113,5 @@ nslcd nslcd/ldap-uris string ldap://localhost/ nslcd nslcd/ldap-binddn string nslcd nslcd/ldap-base string dc=yunohost,dc=org libnss-ldapd libnss-ldapd/nsswitch multiselect group, passwd, shadow +postsrsd postsrsd/domain string yunohost.org apt-cdrom-setup apt-setup/cdrom/set-next boolean false diff --git a/profiles/default.preseed b/profiles/default.preseed index 1a255e8..27d1069 100644 --- a/profiles/default.preseed +++ b/profiles/default.preseed @@ -113,4 +113,5 @@ nslcd nslcd/ldap-uris string ldap://localhost/ nslcd nslcd/ldap-binddn string nslcd nslcd/ldap-base string dc=yunohost,dc=org libnss-ldapd libnss-ldapd/nsswitch multiselect group, passwd, shadow +postsrsd postsrsd/domain string yunohost.org apt-cdrom-setup apt-setup/cdrom/set-next boolean false