Hello,

The method to change the default keymap under X is well documented, thanks
to http://www.ltsp.org/documentation/keyboards.txt.
But I didn't find any info to set it up under the shell, with local apps
disabled. And it is useful for debugging or setup X on the workstation.
Here is the solution, will it be possible to include the "loadkeys" command
in the next distrib ?

On the server

1. copy the "loadkeys" command :
#cp /bin/loadkeys /tftpboot/lts/ltsroot/bin
2. copy the keymaps :
#mkdir /tftpboot/lts/ltsroot/usr/lib
#cd /usr/lib
#cp -r kbd  /tftpboot/lts/ltsroot/usr/lib
3. (well, hum, due to gunzip problems in busybox)
#cd /tftboot/lts/ltsroot/usr/lib
#find . -name '*.gz' -exec gunzip {} \;

On the workstation, booted under runlevel 3 (see in lts.conf)
#loadkeys fr
 (fr for example, could be other layout)

Greetings,


_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.openprojects.net

Reply via email to