archboot/usr/lib/initcpio/hooks/archboot_keymap
2023-01-27 07:58:18 +01:00

8 lines
179 B
Bash

#!/usr/bin/ash
# SPDX-License-Identifier: GPL-2.0-only
run_hook() {
setfont -C /dev/console /usr/share/kbd/consolefonts/ter-v16n.psf.gz
}
# vim: set ft=sh ts=4 sw=4 et: