forked from bashclub/zamba-lxc-toolbox
Added locale and timezone variable
This commit is contained in:
parent
ef5cc3dc07
commit
c639d213df
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user