From 5e2e2ea42dbaafc3127d99e2b4982cf91d5b1cc7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 7 Sep 2021 17:38:13 +0200 Subject: If no domain is specified in dehydrated preseeding, do not assume the systems hostname automatically. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-dehydrated-tools.postinst | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/open-infrastructure-dehydrated-tools.postinst b/debian/open-infrastructure-dehydrated-tools.postinst index 5e8ef42..68b67f7 100755 --- a/debian/open-infrastructure-dehydrated-tools.postinst +++ b/debian/open-infrastructure-dehydrated-tools.postinst @@ -234,8 +234,6 @@ EOF if [ -n "${DOMAINS}" ] then echo "${DOMAINS}" > /etc/dehydrated/domains.txt - else - cat /etc/hostname > /etc/dehydrated/domains.txt fi if [ -n "${TSIG}" ] -- cgit v1.2.3