mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +03: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>
|
<para><filename>/etc/vconsole.conf</filename>:</para>
|
||||||
|
|
||||||
<programlisting>KEYMAP=de-latin1
|
<programlisting>KEYMAP=de-latin1
|
||||||
FONT=latarcyrheb-sun16</programlisting>
|
FONT=eurlatgr</programlisting>
|
||||||
</example>
|
</example>
|
||||||
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
@ -272,6 +272,7 @@ install_keymaps() {
|
|||||||
|
|
||||||
install_fonts() {
|
install_fonts() {
|
||||||
for i in \
|
for i in \
|
||||||
|
/usr/lib/kbd/consolefonts/eurlatgr* \
|
||||||
/usr/lib/kbd/consolefonts/latarcyrheb-sun16*; do
|
/usr/lib/kbd/consolefonts/latarcyrheb-sun16*; do
|
||||||
[[ -f $i ]] || continue
|
[[ -f $i ]] || continue
|
||||||
inst $i
|
inst $i
|
||||||
|
Loading…
Reference in New Issue
Block a user