]> git.ipfire.org Git - thirdparty/dracut.git/commit
Use eurlatgr as default console font
authorMarko Myllynen <myllynen@redhat.com>
Tue, 30 Oct 2018 10:30:11 +0000 (12:30 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Mon, 21 Oct 2019 11:07:07 +0000 (13:07 +0200)
commit42d93d348241106ef0c5af114a25c479f47bd8c1
treea735c97f7a6370a7ad5c82d7cde05484cddeb8eb
parent22c8a5c73f3f5bea2e6020b63060774b79008847
Use eurlatgr as default console font

Fedora and others have used eurlatgr as the default console font
for some time now, or suggested using it:

https://fedoraproject.org/wiki/Changes/NewDefaultConsoleFont
https://wiki.archlinux.org/index.php/Linux_console#Fonts

The Fedora Change page lists some of the benefits and this file
lists all the characters (glyphs) supported by the font:

http://git.altlinux.org/people/legion/packages/kbd.git?p=kbd.git;a=blob;f=data/consolefonts/README.eurlatgr

The notable downside is that the font does not support Arabic,
Cyrillic or Hebrew as LatArCyrHeb-16 (partially) does, so in cases
where support for languages using them is needed a non-default
console font should be used. Fedora, for instance, uses langtable
to decide the console font to use based on installation language:

https://bugzilla.redhat.com/show_bug.cgi?id=1209460
dracut.cmdline.7.asc
dracut.conf.5.asc
dracut.usage.asc
modules.d/10i18n/console_init.sh
modules.d/10i18n/module-setup.sh
test/TEST-04-FULL-SYSTEMD/test.sh