Configure locales and timezone

This commit is contained in:
Thorsten Spille 2021-04-08 21:15:26 +02:00
parent 93d4d1fe04
commit 9e52b4b966

View File

@ -1,7 +1,18 @@
#!/bin/bash
# Authors:
# (C) 2021 Idea an concept by Christian Zengel <christian@sysops.de>
# (C) 2021 Script design and prototype by Markus Helmke <helmke@cloudistboese.de>
# (C) 2021 Script rework by Thorsten Spille <thorsten@spille-edv.de>
source ./zamba.conf
# Set Timezone
ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime
# configure system language
dpkg-reconfigure locales
HOSTNAME=$(hostname -f)
echo "Ensure your Hostname is set to your Piler FQDN!"