The kbd 2.2.0 upgrade also caused some issues for me: First of all enabling terminus-font using setfont ter-v16n.psf.gz now causes a Bad input file size while it used to work with kbd < 2.2.0. Calling setfont ter-v16n.psf instead (omitting the .gz extension works). However, /etc/init.d/consolefont makes the assumption that consolefonts end with .gz if this no longer holds the init script needs to be adjusted. See: https://git.alpinelinux.org/aports/tree/main/openrc/0007-make-consolefont-service-compatible-with-busyboxs-se.patch#n63Update: Absolute path with .gz extensions works as well.
Additionally, loading the binary keymap in the initramfs failed for me resulting in a totally garbage keybinding. Not sure why this is the case, I need to investigate this further.
Additionally, loading the binary keymap in the initramfs failed for me resulting in a totally garbage keybinding. Not sure why this is the case, I need to investigate this further.
How is the status on this? I just upgraded a system to edge (kbd 2.2.0-r1 is installed) and the keymap is garbage now, completely random. ALT is actually ENTER etc. I tried de-de and us-us via setup-keymap, even ran mkinitfs and it is all the same. Came accross https://github.com/legionus/kbd/commit/c994c7763b390d28ac92223eaa6176a136ad7b58 but have not tested it, maybe this one also needs to be backported?