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
|
Details
This 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 (1.2 KiB)
consolefont requires vconsole.conf, not locale.conf. After changing this everything is fine. Updated file is attached. Thanks!