WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: beginner question  (Read 2217 times)

Offline TCLnoob

  • Newbie
  • *
  • Posts: 4
beginner question
« on: October 04, 2015, 03:56:22 AM »
I've not found exactly how to do this by search, how do I alter my keyboard setup for UK English, a make that change permanent?

Thanks in advance

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14553
Re: beginner question
« Reply #1 on: October 04, 2015, 05:33:59 AM »

Offline TCLnoob

  • Newbie
  • *
  • Posts: 4
Re: beginner question
« Reply #2 on: October 04, 2015, 11:37:37 AM »
Thanks, but I'm not sure which value to put in for the correct en-gb keymap

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: beginner question
« Reply #3 on: October 04, 2015, 02:13:30 PM »
Try this boot code
Code: [Select]
kmap=qwerty/uk
or, in bootlocal.sh
Code: [Select]
loadkmap < /usr/share/kmap/qwerty/uk.kmap
Download a copy and keep it handy: Core book ;)

Offline TCLnoob

  • Newbie
  • *
  • Posts: 4
Re: beginner question
« Reply #4 on: October 06, 2015, 11:08:46 AM »
Try this boot code
Code: [Select]
kmap=qwerty/uk
or, in bootlocal.sh
Code: [Select]
loadkmap < /usr/share/kmap/qwerty/uk.kmap

Thank you. My install is to an HDD. I made the change you listed but when I reboot it vanishes.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: beginner question
« Reply #5 on: October 06, 2015, 12:10:50 PM »
If you've edited  /opt/bootlocal.sh , your backup file (mydata.tgz) needs to be updated in order for your changes to persist reboots.
If you boot into a desktop session, it will (by default) be done for you automatically if using the "Exit" icon (exittc) in WBar.
Otherwise (i.e. just CLI) you need to run
Code: [Select]
filetool.sh -b

The  kmap  boot code is the more convenient way for me, as it doesn't need a backup file to restore this setting from.

--

You may want to read this: http://tinycorelinux.net/book.html
Download a copy and keep it handy: Core book ;)

Offline TCLnoob

  • Newbie
  • *
  • Posts: 4
Re: beginner question
« Reply #6 on: October 10, 2015, 11:44:48 AM »
Thank you, this has solved my problem.