mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 18:23:32 +08:00
Use eurlatgr as the example console font
See https://fedoraproject.org/wiki/Changes/NewDefaultConsoleFont https://bugzilla.redhat.com/show_bug.cgi?id=1182529
This commit is contained in:
parent
0814f65ec6
commit
25b47f96d9
@ -127,7 +127,7 @@
|
||||
<para><filename>/etc/vconsole.conf</filename>:</para>
|
||||
|
||||
<programlisting>KEYMAP=de-latin1
|
||||
FONT=latarcyrheb-sun16</programlisting>
|
||||
FONT=eurlatgr</programlisting>
|
||||
</example>
|
||||
|
||||
</refsect1>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user