From 61497487a8d0ab13beaeeba4cba6be113f2119b2 Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 11 Dec 2019 15:08:39 +0100 Subject: Maybe a bugfix for keyboard setting problem. --- README.md | 1 + bin/localization.sh | 5 ++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fd211eb..36fe1d3 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ Execute 'loadkeys de-latin1' after booting to live environment, if you want to s - [ ] Provide recommended Package Lists - [ ] Modify Mirrorlist +- [ ] Create a main User with sudo Permissions - [ ] Packaged for the AUR - [ ] Support LVM - [ ] Provide LUKS on LVM Encryption diff --git a/bin/localization.sh b/bin/localization.sh index 44ffa81..54ecdc1 100644 --- a/bin/localization.sh +++ b/bin/localization.sh @@ -37,6 +37,8 @@ sleep 1 echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen echo "de_DE ISO-8859-1" >> /etc/locale.gen echo "de_DE@euro ISO-8859-15" >> /etc/locale.gen +echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen +echo "en_US ISO-8859-1" >> /etc/locale.gen locale-gen @@ -46,9 +48,6 @@ echo "LANG=de_DE.UTF-8" > /etc/locale.conf touch /etc/vconsole.conf echo "KEYMAP=de-latin1" > /etc/vconsole.conf -# 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 "" sleep 1 -- cgit v1.2.3-70-g09d2