summaryrefslogtreecommitdiff
path: root/archinstall.sh
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-09-08 11:24:50 +0200
committerxengineering <mail2xengineering@protonmail.com>2019-09-08 11:24:50 +0200
commite5eee36b7ab526547af6a37432ce3a6ff640b72f (patch)
tree1de7da3eabe5f8635e1cfa4bbf41d16ae07c3e29 /archinstall.sh
parent5ae6aad116d13f2605313436eb6ef4dce8bfca49 (diff)
downloadarchinstall-e5eee36b7ab526547af6a37432ce3a6ff640b72f.tar
archinstall-e5eee36b7ab526547af6a37432ce3a6ff640b72f.tar.zst
archinstall-e5eee36b7ab526547af6a37432ce3a6ff640b72f.zip
Desktop keyboard layout setting implemented.
Diffstat (limited to 'archinstall.sh')
-rw-r--r--archinstall.sh2
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