В Fri, 26 Jun 2015 16:55:55 +0200
Thomas Renninger <[email protected]> пишет:

> From: Werner Fink <[email protected]>
> 
> Signed-off-by: Thomas Renninger <[email protected]>
> ---
>  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 [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to