Localized ubuntu rescue remix

How i can localize the livecd to my country and keyboard ?

Thanks !!

If you are connected to the

If you are connected to the net, you can install the console-data package and pick the charmap from the complete list of available keyboards.

sudo apt-get install console-data

I will look into how to add languages without rebooting...

It seems to me that the

It seems to me that the connexion to the net is not necessary and that console-data installs from the CD with 9.04. And your solution works perfectly. Thank's a lot!

Okay,it's not simple,

Okay,it's not simple, especially if your keyboard is not working properly. I reckon it could be hard for some users and I would implement any reasonable solution that is suggested to solve this problem.

To switch to another locale, you need to generate it, set it as default and then restart your console session.

So, to set the locale to French Canadian, you would do

sudo locale-gen fr_CA.UTF-8

sudo nano /etc/default/locale
and set the LANG variable to "fr_CA.UTF-8"

Then, restart the session by running:

exit

For a list of available locales, run
less /usr/share/i18n/SUPPORTED

There are also kernel/casper

There are also kernel/casper boot parameters for setting the locale and keyboard. I wonder what is the best way to implement this in a non-graphical boot?