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 -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct