Hello ! I have noticed the patch below has not been applied yet, despite the amendments that have been made as required. Is there any reason for that ? Regards, Guido On Sat, 23/04/2016 at 18.50 +0200, Guido Trentalancia wrote: > Compile and install locale definitions using localedef from GNU libc > or, > if locale definitions cannot be compiled but are available on the > system > as split definitions, just install them. > > The resulting locale definitions archive contains at most two > different > locale definitions, therefore its size is relatively small. > > Add support for localised messages from core packages (LC_MESSAGES). > > Add support for non-latin fonts using Unicode (tested successfully > with > Greek, Hebrew and Cyrillic). > > This revised version fixes several issues in the initial patch > (including > the possibility to build locale definitions). Thanks to Andrei > Borzenkov > for reviewing the initial patch and providing useful suggestions. > > Thanks for Harald Hoyer for the full style review and other useful > suggestions. > > Signed-off-by: Guido Trentalancia <guido@xxxxxxxxxxxxxxxx> > --- > NEWS | 4 + > dracut-bash-completion.sh | 11 +-- > dracut-init.sh | 37 ++++++++++ > dracut.8.asc | 8 ++ > dracut.conf.5.asc | 14 ++- > dracut.sh | 20 ++++- > modules.d/10i18n/README | 1 > modules.d/10i18n/console_init.sh | 58 +++++++++++----- > modules.d/10i18n/module-setup.sh | 123 > +++++++++++++++++++++++++++++++++- > modules.d/10i18n/parse-i18n.sh | 8 +- > modules.d/90crypt/module-setup.sh | 6 + > modules.d/91crypt-gpg/module-setup.sh | 6 + > modules.d/99base/init.sh | 4 - > modules.d/99base/module-setup.sh | 4 + > modules.d/99base/profile | 9 ++ > 15 files changed, 275 insertions(+), 38 deletions(-) [...] -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html