Im new to Tiny Core and fresh with linux. Ive installed Tiny core on memory stick for use on a thin client (without network). My keyboard is not US. Ive read the FAQ (a copy follows under) and installed kmap, but i wonder about two things:
1. How do I add the extension kmaps.tcz to my persistent tce directory?
2. All is done from the prompt, right?
From the faq:
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