В Fri, 26 Jun 2015 16:55:55 +0200
Thomas Renninger <tr...@suse.de> пишет:

> 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
>      }
>  

Upstream systemd does not even look at this file. Could you explain
what problem is fixed here and why presence of this file fixes it?
--
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

Reply via email to