[systemd-devel] [PATCH] Arch: default to FONT=""
Tom Gundersen
teg at jklm.no
Tue Aug 28 10:29:20 PDT 2012
We do this for several reasons:
* it is counter-intuitive that an empty vconsole.conf file is different
from adding FONT="";
* the version of the default font shipped with Arch (the upstream one)
behaves very badly during early boot[0];
* the kernel already supplies a default font, it seems reasonable to
use that unless anything else is specified. This also avoids a
needless call to setfont.
[0]: <http://i.imgur.com/J2tM4.jpg>
---
Any objections to making this the systemd default? We'd rather not deviate
from upstream unless we have to. I'd be happy to supply the patch and update
the documentation.
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index e5ace9b..0b35ba1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -165,7 +165,7 @@ if TARGET_ARCH
AM_CPPFLAGS += \
-DKBD_LOADKEYS=\"/usr/bin/loadkeys\" \
-DKBD_SETFONT=\"/usr/bin/setfont\" \
- -DDEFAULT_FONT=\"LatArCyrHeb-16\"
+ -DDEFAULT_FONT=\"\"
else
if TARGET_FRUGALWARE
AM_CPPFLAGS += \
--
1.7.12
More information about the systemd-devel
mailing list