I’m using Linux Mint. I’m unable to find the /etc/sysconfig/console file that would tell me the values of the keymap,font,utf-8 mode support,etc. values for my system. Is there a way I could do it? I tried echo $UNICODE and echo $FONT but they don’t return anything. Pretty much a newbie to Linux. Kindly help or guide. 🙂
I’m using Linux Mint. I’m unable to find the /etc/sysconfig/console file that would tell
Share
The GB locale is not installed by default in the LFS implementation. You can see this if you run
You need to install the locale definition for GB using
exec the following:
This give you the two main standards. Then all you need to do for console and profile is insert the locale code for GB using the process as is described in the book. (I have used the ISO standard in the code below.)
and
simples! 😉
hope this helps
Bick