From: Werner Fink <wer...@suse.de> Signed-off-by: Thomas Renninger <tr...@suse.de> --- modules.d/10i18n/module-setup.sh | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/modules.d/10i18n/module-setup.sh b/modules.d/10i18n/module-setup.sh index 9439875..398d02b 100755 --- a/modules.d/10i18n/module-setup.sh +++ b/modules.d/10i18n/module-setup.sh @@ -219,6 +219,10 @@ install() { print_vars KEYMAP EXT_KEYMAPS UNICODE FONT FONT_MAP FONT_UNIMAP >> ${initdir}${VCONFIG_CONF} fi + if dracut_module_included "systemd" && [[ -f /etc/sysconfig/console ]]; then + inst_simple /etc/sysconfig/console + fi + return 0 } -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html