Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#29022 - [mkinitcpio] support native locale.conf and vconsole.conf and fix utf8 handling
Attached to Project:
Arch Linux
Opened by Christian Hesse (eworm) - Tuesday, 20 March 2012, 21:43 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 25 March 2012, 02:28 GMT
Opened by Christian Hesse (eworm) - Tuesday, 20 March 2012, 21:43 GMT
Last edited by Dave Reisner (falconindy) - Sunday, 25 March 2012, 02:28 GMT
|
DetailsThis patch adds support for native /etc/locale.conf and /etc/vconsole.conf. These files are preferred to /etc/rc.conf.
Additionally this fixes a problem with utf8 handling. The expression in keymap install script matched locales ending in '.UTF-8' but NOT '.utf8' (without dash). Systems with locales ending in '.utf8' ended in tty1 being unusable for commands producing any kind of utf8 output. Patches against consolefont and keymap install scripts are attached. |
This task depends upon
Closed by Dave Reisner (falconindy)
Sunday, 25 March 2012, 02:28 GMT
Reason for closing: Implemented
Additional comments about closing: testing/mkinitcpio-0.8.5
Sunday, 25 March 2012, 02:28 GMT
Reason for closing: Implemented
Additional comments about closing: testing/mkinitcpio-0.8.5
consolefont requires vconsole.conf, not locale.conf. After changing this everything is fine. Updated file is attached. Thanks!