From 0375e041c36556d30b7b5a3e270269a48daf0882 Mon Sep 17 00:00:00 2001 From: xengineering Date: Mon, 16 Sep 2019 21:52:30 +0200 Subject: Added scripts in /bin folder. --- bin/localization.sh | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bin/localization.sh (limited to 'bin/localization.sh') diff --git a/bin/localization.sh b/bin/localization.sh new file mode 100644 index 0000000..cb34c31 --- /dev/null +++ b/bin/localization.sh @@ -0,0 +1,31 @@ + + +# Set timezone + +ln -sf /usr/share/zoneinfo/Europe/Berlin /etc/localtime +hwclock --systohc +echo "Timezone set - OK" +echo "" +sleep 1 + + +# Localization - Greetings from Germany + +echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen +echo "de_DE ISO-8859-1" >> /etc/locale.gen +echo "de_DE@euro ISO-8859-15" >> /etc/locale.gen + +locale-gen + +touch /etc/locale.conf +echo "LANG=de_DE.UTF-8" > /etc/locale.conf + +touch /etc/vconsole.conf +echo "KEYMAP=de-latin1" > /etc/vconsole.conf + +# this just works after installing a desktop environment (e.g. xorg and xfce4 package) +# localectl --no-convert set-x11-keymap de pc105 nodeadkeys # desktop keyboard layout + +echo "German localization done - OK" +echo "" +sleep 1 -- cgit v1.2.3-70-g09d2