X-Git-Url: https://plomlompom.com/repos//%22https:/validator.w3.org/check?a=blobdiff_plain;f=all_new_2018%2Fsetup_server.sh;h=c3d5ce5f54c0e02c48762a42c455db78230a5462;hb=09900401ee9dabdfc29b338f8d90f8904b4eb9b3;hp=55635f79e8226b39025a5ac03168c30ee2efd3ba;hpb=b042aa89bede772ca7d10d6cca471c79ad661b40;p=config diff --git a/all_new_2018/setup_server.sh b/all_new_2018/setup_server.sh index 55635f7..c3d5ce5 100755 --- a/all_new_2018/setup_server.sh +++ b/all_new_2018/setup_server.sh @@ -3,10 +3,26 @@ # the outside via ./init_user_and_keybased_login.sh. set -e -# Adapt /etc/ to our needs by symlinking into ./linkable_etc_files. This +# Provide maximum input for set_hostname_and_fqdn.sh. +if [ "$#" -ne 2 ]; then + echo "Need exactly two arguments (hostname, FQDN)." + false +fi +hostname="$1" +fqdn="$2" + +# 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. -./symlink_etc.sh all server +./hardlink_etc.sh all server + +# Set hostname and FQDN. +./set_hostname_and_fqdn.sh "${hostname}" "${fqdn}" + +# Some debconf selections we don't want to get asked during coming +# install actions. +debconf-set-selections <<< "iptables-persistent iptables-persistent/autosave_v4 boolean false" +debconf-set-selections <<< "iptables-persistent iptables-persistent/autosave_v6 boolean false" # Ensure package installation state as defined by what packages are # defined as required by Debian policy and by settings in ./apt-mark/.