Skip to content
#

samba

Here are 273 public repositories matching this topic...

LAWA-IT-Service
LAWA-IT-Service commented Apr 20, 2021

Changing the locale via script is possible in the following way

sed -i "s/^#.$LXC_LOCALE/$LXC_LOCALE/" /etc/locale.gen
locale-gen $LXC_LOCALE
echo LANG=$LXC_LOCALE > /etc/default/locale
echo LANGUAGE=$LXC_LOCALE >> /etc/default/locale
export LANG=$LXC_LOCALE

Hint change zamba.conf to
LXC_LOCALE=de_DE.UTF-8

enhancement good first issue

Improve this page

Add a description, image, and links to the samba topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the samba topic, visit your repo's landing page and select "manage topics."

Learn more