From: Marko Myllynen Date: Thu, 15 Jan 2015 10:51:53 +0000 (+0200) Subject: Change Fedora default console font to eurlatgr X-Git-Tag: 041~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b4fb539c9b087ac3f835f3ee5e047ca7f8b8d07c;p=thirdparty%2Fdracut.git Change Fedora default console font to eurlatgr See https://fedoraproject.org/wiki/Changes/NewDefaultConsoleFont --- diff --git a/dracut.conf.d/fedora.conf.example b/dracut.conf.d/fedora.conf.example index f248f51d5..b6c769cee 100644 --- a/dracut.conf.d/fedora.conf.example +++ b/dracut.conf.d/fedora.conf.example @@ -2,7 +2,7 @@ # i18n i18n_vars="/etc/sysconfig/keyboard:KEYTABLE-KEYMAP /etc/sysconfig/i18n:SYSFONT-FONT,FONTACM-FONT_MAP,FONT_UNIMAP" -i18n_default_font="latarcyrheb-sun16" +i18n_default_font="eurlatgr" i18n_install_all="yes" diff --git a/test/TEST-04-FULL-SYSTEMD/test.sh b/test/TEST-04-FULL-SYSTEMD/test.sh index 9a5469340..1ff0f0581 100755 --- a/test/TEST-04-FULL-SYSTEMD/test.sh +++ b/test/TEST-04-FULL-SYSTEMD/test.sh @@ -173,6 +173,7 @@ EOF # install basic keyboard maps and fonts for i in \ + /usr/lib/kbd/consolefonts/eurlatgr* \ /usr/lib/kbd/consolefonts/latarcyrheb-sun16* \ /usr/lib/kbd/keymaps/include/* \ /usr/lib/kbd/keymaps/i386/include/* \