From 25b47f96d9601ff566257b2a31bfb5f4bd25d661 Mon Sep 17 00:00:00 2001 From: Marko Myllynen Date: Thu, 15 Jan 2015 14:44:17 +0200 Subject: Use eurlatgr as the example console font See https://fedoraproject.org/wiki/Changes/NewDefaultConsoleFont https://bugzilla.redhat.com/show_bug.cgi?id=1182529 --- man/vconsole.conf.xml | 2 +- test/test-functions | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/man/vconsole.conf.xml b/man/vconsole.conf.xml index 09a4776705..02df2e810a 100644 --- a/man/vconsole.conf.xml +++ b/man/vconsole.conf.xml @@ -127,7 +127,7 @@ /etc/vconsole.conf: KEYMAP=de-latin1 -FONT=latarcyrheb-sun16 +FONT=eurlatgr 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 -- cgit v1.2.3-54-g00ecf