diff options
Diffstat (limited to 'archinstall.sh')
-rw-r--r-- | archinstall.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/archinstall.sh b/archinstall.sh index 32d5795..c76b7e8 100644 --- a/archinstall.sh +++ b/archinstall.sh @@ -239,6 +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 + echo "German localization done - OK" echo "" sleep 1 |