tinyramfs/hooks/keymap/keymap.init

10 lines
180 B
Plaintext
Raw Normal View History

2020-08-31 16:46:35 +02:00
# vim: set ft=sh:
# shellcheck shell=sh
#
# false positive
# shellcheck disable=2154
2020-09-10 22:53:39 +03:00
[ "$break" = keymap ] && { print "break before keymap.init"; sh; }
loadkmap < "$keymap_path"