Commit dc5e4863 authored by Anton Midyukov's avatar Anton Midyukov

l10n, image.in, sub.in/stage2: created /etc/vconsole.conf in 40-vconsole-setup

tty's can and should be internationalized if it is systemd. But for this required kbd-data.
parent 50e81bd9
......@@ -4,9 +4,6 @@
CONFIG=/etc/sysconfig/keyboard
VCONSOLE_CONF=/etc/vconsole.conf
# setup unicode console
rpm -qf "$VCONSOLE_CONF" && echo "FONT=UniCyr_8x16" > "$VCONSOLE_CONF"
[ -n "$GLOBAL_KEYTABLE" ] || exit 0
# Requires: console-scripts
......
#!/bin/sh -efu
if ! find /lib/kbd/consolefonts/ -name UniCyr* >/dev/null 2>&1; then
echo "** vconsole-setup: kbd-data is required!" >&2
exit 0
fi
VCONSOLE_CONF=/etc/vconsole.conf
# setup unicode console
rpm -qf "$VCONSOLE_CONF" && echo "FONT=UniCyr_8x16" > "$VCONSOLE_CONF"
#!/bin/sh -efu
if ! find /lib/kbd/consolefonts/ -name UniCyr* >/dev/null 2>&1; then
echo "** vconsole-setup: kbd-data is required!" >&2
exit 0
fi
VCONSOLE_CONF=/etc/vconsole.conf
# setup unicode console
rpm -qf "$VCONSOLE_CONF" && echo "FONT=UniCyr_8x16" > "$VCONSOLE_CONF"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment