aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2015-07-20 19:16:30 +0200
committerGravatar Christian Hesse <mail@eworm.de>2015-07-20 19:16:30 +0200
commit5e3f0394cab7ddb09f5da4298eabdd7c720be718 (patch)
treecde89a48c867fd3c1ea2f56e0a335bcabd594ac6 /etc
parent8c1a56877304d05b288dc8d8700cd48b72a0c868 (diff)
downloadmkinitcpio-chkeymap-5e3f0394cab7ddb09f5da4298eabdd7c720be718.tar.gz
mkinitcpio-chkeymap-5e3f0394cab7ddb09f5da4298eabdd7c720be718.tar.zst
there is no keyboard layout "en", default to "us"
Diffstat (limited to 'etc')
-rw-r--r--etc/00-keyboard.conf2
-rw-r--r--etc/vconsole.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/etc/00-keyboard.conf b/etc/00-keyboard.conf
index 4b00d6d..d920257 100644
--- a/etc/00-keyboard.conf
+++ b/etc/00-keyboard.conf
@@ -3,7 +3,7 @@
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
- Option "XkbLayout" "en"
+ Option "XkbLayout" "us"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection
diff --git a/etc/vconsole.conf b/etc/vconsole.conf
index ac40ccb..69fd075 100644
--- a/etc/vconsole.conf
+++ b/etc/vconsole.conf
@@ -1,2 +1,2 @@
FONT=ter-116b
-KEYMAP=en
+KEYMAP=us