summaryrefslogtreecommitdiff
path: root/scripts/init-top/keymap
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/init-top/keymap')
-rwxr-xr-xscripts/init-top/keymap14
1 files changed, 2 insertions, 12 deletions
diff --git a/scripts/init-top/keymap b/scripts/init-top/keymap
index 10507fd..1c6b2dc 100755
--- a/scripts/init-top/keymap
+++ b/scripts/init-top/keymap
@@ -13,16 +13,6 @@ prereqs)
;;
esac
-OPTS="-q"
-
-# Should terminal be in UTF8 mode?
-if [ -x /bin/kbd_mode ]; then
- /bin/kbd_mode -u
- OPTS="${OPTS} -u"
-fi
-
-# Load custom keymap
-if [ -x /bin/loadkeys ] && [ -r /etc/boottime.kmap.gz ]; then
- # shellcheck disable=SC2086
- loadkeys ${OPTS} /etc/boottime.kmap.gz
+if [ -x /bin/setupcon ]; then
+ /bin/setupcon
fi