diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-09-08 11:24:50 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-09-08 11:24:50 +0200 |
commit | e5eee36b7ab526547af6a37432ce3a6ff640b72f (patch) | |
tree | 1de7da3eabe5f8635e1cfa4bbf41d16ae07c3e29 /archinstall.sh | |
parent | 5ae6aad116d13f2605313436eb6ef4dce8bfca49 (diff) | |
download | archinstall-e5eee36b7ab526547af6a37432ce3a6ff640b72f.tar archinstall-e5eee36b7ab526547af6a37432ce3a6ff640b72f.tar.zst archinstall-e5eee36b7ab526547af6a37432ce3a6ff640b72f.zip |
Desktop keyboard layout setting implemented.
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 |