Keyboard wrong layout after doing solaris 10 pre-install
Hello,
I just configured the pre-install solaris 10 on a new X2200 box. I selected the correct regions and locales when ask like Great Britain etc etc
However the keyboard seems to be using a US layout (not sure)
For example the # key gives \
and " gives @
How do I change things so the key strokes reflect what is on the keyboard?
# 2
Hivi/boot/solaris/bootenv.rc##bootenv.rc -- boot "environment variables"#setprop kbd-type 'Japanese-106/type7'setprop ata-dma-enabled '1'But, I use US keyboard, I think.
# 3
Thanks guys!
I aso found out the command.....
eeprom kbd-type 'UK-English'
...did the trick (obviously had to reboot as well)
This simply does as you both say, puts an entry in the /boot/solaris/bootenv.rc of the form
setprop kbd-type 'UK-English'
Thanks for the replies!!