From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 21 Mar 2019 22:01:34 +0000 (+0100)
Subject: Remove server setup data from buster minimal setup script.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/static/%7B%7Bprefix%7D%7D/%7B%7Bprefix%7D%7D/condition?a=commitdiff_plain;h=30d41305616e01d1bb202d23509b90f8ceac4ea8;p=config

Remove server setup data from buster minimal setup script.
---

diff --git a/buster/setup_scripts/setup.sh b/buster/setup_scripts/setup.sh
index a3d8969..51cdbde 100755
--- a/buster/setup_scripts/setup.sh
+++ b/buster/setup_scripts/setup.sh
@@ -16,7 +16,7 @@ cd "${setup_scripts_dir}"
 # Adapt /etc/ to our needs by hardlinking into ./linkable_etc_files. This
 # will set basic configurations affecting following steps, such as setup
 # of APT and the locale selection, so needs to be right at the beginning.
-./copy_etc.sh all server
+./copy_etc.sh all
 
 # Set hostname and FQDN.
 ./set_hostname_and_fqdn.sh "${hostname}" "${fqdn}"