c81e99cd01
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/kbd#02a2eb26c9357fb02eb951933facff4c6d5c3353
16 lines
547 B
Diff
16 lines
547 B
Diff
diff -up kbd-2.0.2/src/unicode_start.orig kbd-2.0.2/src/unicode_start
|
|
--- kbd-2.0.2/src/unicode_start.orig 2014-08-12 14:47:53.019028849 +0200
|
|
+++ kbd-2.0.2/src/unicode_start 2014-08-12 14:54:42.631427602 +0200
|
|
@@ -72,7 +72,10 @@ stty iutf8
|
|
# have a Unicode map attached, or explicitly specified, e.g.,
|
|
# by giving `def.uni' as a second argument.
|
|
|
|
-DEFAULT_UNICODE_FONT=latarcyrheb-sun16
|
|
+# Source /etc/vconsole.conf to get default font
|
|
+. /etc/vconsole.conf
|
|
+
|
|
+DEFAULT_UNICODE_FONT=$FONT
|
|
# Also drdos8x16 is a good candidate.
|
|
|
|
case "$#" in
|