add terminus font in early userspace

This commit is contained in:
Tobias Powalowski 2023-01-27 07:58:18 +01:00
parent 5ae91a643e
commit 8a64869618

View file

@ -0,0 +1,8 @@
#!/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: