solved for Polish.SFR wrote:Great! I knew there must be a simpler & cleaner way to achieve this.jamesbond wrote:setfont -m 8859-2 lat2-16
So, we can mark this issue as solved.![]()
What do you think about this (copied from init of initrd in precise5.7.1):
Code: Select all
#120216 L18L suggests load these, instead of what is below...
case $PLANG in
en*) echo ;;
ar*|iw*) #L18L no Greek
setfont /lib/consolefonts/LatArCyrHeb-16.psfu.gz -C /dev/tty1
FONTMAP='LatArCyrHeb-16.psfu'
;;
*) #L18L All European languages; new default ?!
zcat /lib/consolefonts/LatGrkCyr-8x16.psfu.gz | loadfont
FONTMAP='LatGrkCyr-8x16.psfu'
;;
esac
Greetings