tinyramfs/hooks/keymap/keymap.init

11 lines
228 B
Plaintext
Raw Normal View History

2020-08-31 16:46:35 +02:00
# vim: set ft=sh:
# shellcheck shell=sh
#
2021-05-10 14:23:34 +03:00
# https://www.shellcheck.net/wiki/SC2154
2020-08-31 16:46:35 +02:00
# shellcheck disable=2154
2020-09-10 22:53:39 +03:00
[ "$break" = keymap ] && { print "break before keymap.init"; sh; }
2021-05-10 14:23:34 +03:00
# TODO support loadkeys
2020-09-10 22:53:39 +03:00
loadkmap < "$keymap_path"