grubby - new-kernel-pkg - LANG

poma pomidorabelisima at gmail.com
Sun Sep 22 06:21:59 UTC 2013


                        SysVinit => Systemd
/etc/sysconfig/keyboard KEYTABLE => KEYMAP /etc/vconsole.conf
/etc/sysconfig/i18n      SYSFONT => FONT   ..
..                          LANG == LANG   /etc/locale.conf


/sbin/new-kernel-pkg
…
# add dracut i18n, keyboard and plymouth kernel args if requested
…
    for i in SYSFONT SYSFONTACM UNIMAP LANG KEYTABLE; do
        val=$(eval echo \$$i)
        [ -n "$val" ] && kernargs="$kernargs $i=$val"
    done
…


Problematic are unconditional additions of the LANG directive to the
bootloaders configs.
Perhaps for the oldtimers such as RHEL<=6 it is necessary, however for
the current versions of Fedora it isn't.
That's one small step for a grubby, one giant leap for Fedora.


poma


https://bugzilla.redhat.com/show_bug.cgi?id=1010454



More information about the devel mailing list