diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-09-08 11:54:20 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-09-08 11:54:20 +0200 |
commit | d1df29a4a74dacc5da224ce042504c68b4e71ef3 (patch) | |
tree | 88223dd5b5eff81d974666387590d7def277d19a /archinstall.sh | |
parent | e5eee36b7ab526547af6a37432ce3a6ff640b72f (diff) | |
download | archinstall-d1df29a4a74dacc5da224ce042504c68b4e71ef3.tar archinstall-d1df29a4a74dacc5da224ce042504c68b4e71ef3.tar.zst archinstall-d1df29a4a74dacc5da224ce042504c68b4e71ef3.zip |
Removed not working desktop keyboard layout setting.
Diffstat (limited to 'archinstall.sh')
-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 "" |