summaryrefslogtreecommitdiff
path: root/archinstall.sh
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2019-09-08 11:54:20 +0200
committerxengineering <mail2xengineering@protonmail.com>2019-09-08 11:54:20 +0200
commitd1df29a4a74dacc5da224ce042504c68b4e71ef3 (patch)
tree88223dd5b5eff81d974666387590d7def277d19a /archinstall.sh
parente5eee36b7ab526547af6a37432ce3a6ff640b72f (diff)
downloadarchinstall-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.sh3
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 ""