From d1df29a4a74dacc5da224ce042504c68b4e71ef3 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 8 Sep 2019 11:54:20 +0200 Subject: Removed not working desktop keyboard layout setting. --- archinstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archinstall.sh') 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 "" -- cgit v1.2.3-70-g09d2