Skip to content

Add support for FONT_MAP and FONT_UNIMAP

Font map and font unimap files are needed to be included in the initramfs, otherwise the setfont command throws an error. E.g. if FONT_MAP=8859-2 specified in /etc/vconsole.conf:

márc 19 17:41:48 archlinux systemd-vconsole-setup[104]: setfont: ERROR mapscrn.c:96 readnewmapfromfile: Unable to find file: 8859-2

The implementation might be improved, but it works for me, and the logic follows the implementation in Dracut.

Edited by Balló György

Merge request reports