Andrei Amuraritei changed bug 1013573
What Removed Added
CC   sirdeiu@gmail.com

Comment # 10 on bug 1013573 from
Hi,

FONT_MAP is sourced from /etc/vconsole.conf on line 22 of
/usr/lib/dracut/modules.d/10i18n/module-setup.sh:

17-# called by dracut
18-install() {
19-    if dracut_module_included "systemd"; then
20-        unset FONT
21-        unset KEYMAP
22:        [[ -f /etc/vconsole.conf ]] && . /etc/vconsole.conf
23-    fi
24-
25-    KBDSUBDIRS=consolefonts,consoletrans,keymaps,unimaps
26-    DEFAULT_FONT="${i18n_default_font:-LatArCyrHeb-16}"
27-    I18N_CONF="/etc/locale.conf"
28-    I18N_CONF_SUSE="/etc/sysconfig/language"
29:    VCONFIG_CONF="/etc/vconsole.conf"

and removing none from FONT_MAP in /etc/vconsole.conf and then running dracut
-f -v the message is gone.


You are receiving this mail because: