diff options
-rw-r--r-- | archinstall.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archinstall.sh b/archinstall.sh index c76b7e8..ba074c2 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -239,7 +239,8 @@ echo "LANG=de_DE.UTF-8" > /etc/locale.conf touch /etc/vconsole.conf echo "KEYMAP=de-latin1" > /etc/vconsole.conf -localectl --no-convert set-x11-keymap de pc105 nodeadkeys # desktop keyboard layout +# 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 "" |