diff options
author | Marko Myllynen <myllynen@redhat.com> | 2015-01-15 14:44:17 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2015-01-22 01:14:53 -0500 |
commit | 25b47f96d9601ff566257b2a31bfb5f4bd25d661 (patch) | |
tree | 6f81e70b8b4dde1874877672f1d1c6e819c86680 /test/test-functions | |
parent | 0814f65ec6feba5efcf0f5b14c054f3c40e4cd8f (diff) |
Use eurlatgr as the example console font
See https://fedoraproject.org/wiki/Changes/NewDefaultConsoleFont
https://bugzilla.redhat.com/show_bug.cgi?id=1182529
Diffstat (limited to 'test/test-functions')
-rw-r--r-- | test/test-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions index dac0dcccfb..4fa0c59f2d 100644 --- a/test/test-functions +++ b/test/test-functions @@ -272,6 +272,7 @@ install_keymaps() { install_fonts() { for i in \ + /usr/lib/kbd/consolefonts/eurlatgr* \ /usr/lib/kbd/consolefonts/latarcyrheb-sun16*; do [[ -f $i ]] || continue inst $i |