On 05/21/2014 11:57 AM, ortenzia konyha wrote:
Dear ALZ
your settings fro /etc/sysconfig/console
# Begin
  /etc/sysconfig/console

  KEYMAP="es"
  KEYMAP_CORRECTIONS="euro2"
  FONT="lat0-16 -m 8859-15"

  # End
  /etc/sysconfig/console

work for me either for ñ, ¿. ¡ and € in console but I cannot see accented
  spanish character, á, é, í, ó, ú.


I can now CONFIRM this behavior after building a clean LFS SVN-20140519.

Just after first boot, in console prompt, accented characters like à are displayed as 'a. All other characters are well placed, like Ñ, ç, €, etc. This happens also using a spanish AT keyboard with /etc/sysconfig/console set to:

KEYMAP="es"
KEYMAP_CORRECTIONS="euro2"
FONT="lat0-16 -m 8859-15"

Setting also this values in /etc/sysconfig/rc.site does not correct the problem.

Executing "#loadkeys /usr/share/keymaps/i386/qwerty/es" seems to correct the problem with accents, but this is lost after reboot.

What I am trying to do is to se the encoding in console.
What it works for me is to use at the prompt the following;
loadkeys /usr/share/keymaps/i386/qerty/es.map.gz
but I would like it to have it loaded at boot time, if possible.


This is a quick workaround to temporary fix this:

# mv /etc/rc.d/init.d/console /etc/rd.c/init.d/console.ORIG

# cat > /etc/rc.d/init.d/console << "EOF"

cd /usr/share/keymaps/i386/qwerty

loadkeys es
loadkeys euro2

setfont lat0-16 -m 8859-15

EOF

# reboot

This temporary fix allows to type characters like à in console after boot.

ALZ.
--
http://lists.linuxfromscratch.org/listinfo/lfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to