archboot/usr/lib/initcpio/hooks/archboot_keymap

9 lines
140 B
Text
Raw Normal View History

2023-01-27 07:58:18 +01:00
#!/usr/bin/ash
# SPDX-License-Identifier: GPL-2.0-only
run_hook() {
2023-01-27 09:12:37 +01:00
setfont -C /dev/console ter-v16n
2023-01-27 07:58:18 +01:00
}
# vim: set ft=sh ts=4 sw=4 et: