add correct fonts to latest image

This commit is contained in:
Tobias Powalowski 2022-11-29 20:39:48 +01:00
parent edf9b87ccf
commit f4eb839f15

View file

@ -4,7 +4,8 @@
build ()
{
### adding default font and keymap
add_file "/usr/share/kbd/consolefonts/lat9w-16.psfu.gz"
add_file "/usr/share/kbd/consolefonts/latarcyrheb-sun16.psfu.gz"
add_file "/usr/share/kbd/consolefonts/latarcyrheb-sun32.psfu.gz"
add_file "/usr/share/kbd/keymaps/i386/qwerty/us.map.gz"
}