tinyramfs/hooks/keymap/keymap.init

11 lines
228 B
Plaintext
Raw Normal View History

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