DSL Embedded :: Can't Change Keyboard Map



Oh, the new embedded doesnt show the boot prompt?

Strange...

Thanks, that's right.. I've got no boot prompt... I'll have a mess about with my start-up scripts... if that fails, is there nothing I can change in /etc ?
Another option is to use the loadkeys command.

First exit from X from menu WindowManager->exit
The from shell prompt
loadkeys name_of_map_file
startx

If that works for you, then add the loadkeys command to your /opt/bootlocal.sh

[SOLVED]

Thanks for your help people, there's acuatlly another way to do this.

If you edit line 99 of /etc/liloc.conf
Code Sample
append="hda=scsi ... blah blah...."


and put in there
Code Sample
lang=uk

then do a
Code Sample
lilo
to save the changes & it'll boot with your lang.

Cheers All :)


original here.