From c639d213df6856e1fa5df0034867eda0da64bbcd Mon Sep 17 00:00:00 2001 From: Thorsten Spille Date: Thu, 8 Apr 2021 21:16:03 +0200 Subject: [PATCH] Added locale and timezone variable --- zamba.conf | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/zamba.conf b/zamba.conf index 3189d6d..3a0161e 100644 --- a/zamba.conf +++ b/zamba.conf @@ -60,9 +60,15 @@ LXC_PWD="MYPASSWD" # SSH-Key to add to authorized_keys LXC_AUTHORIZED_KEY="ssh-rsa xxxxxxxx" -# Define your favorite tools, you always want to have installed on your linux systems +# Define some optional packages to install (your favourite tools on linux systems) LXC_TOOLSET="net-tools dnsutils mc sysstat lsb-release curl git" +# Define system timezone on LXC container +LXC_TIMEZONE="Europe/Berlin" + +# Define system language on LXC container (locales) +LXC_LOCALE="de_DE.utf8" + ############### Zamba-Server-Section ############### # Domain Entries to samba/smb.conf. Will be also uses for samba domain-provisioning when zmb-pdc will choosen.