in continuation, of my previous post :
As specified in the FAQ, we can easily load our own latest custom keymap, as follows : ( please change the path/file name, to where you have extracted the zip file, from above )
--------------------------------------------------------------------------
My keyboard is not US. How to add a keymap?
The extension "kmaps.tcz" was created just for this. It includes all keymaps from the kbd package. Keymaps have to be changed in the console, not in X.
So, for a quick test, load the extension, exit to prompt, and type:
sudo loadkmap < /usr/share/kmap/qwerty/fi-latin9.kmap
To make this permanent, add the extension kmaps.tcz to your persistent tce directory, and then either use the bootcode kmap=qwerty/fi-latin9, or add the command to /opt/bootlocal.sh (missing the sudo, since bootlocal is executed as root):
loadkmap < /usr/share/kmap/qwerty/fi-latin9.kmap
--------------------------------------------------------------------------