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?

[368 byte] By [driving_me_nutsa] at [2007-11-27 6:34:58]
# 1
Hello,# vi /boot/solaris/bootenv.rcand add the below :-setprop kbd-type 'UK-English'RegardsSRG
Paragon37a at 2007-7-12 18:01:44 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 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.
kero753a at 2007-7-12 18:01:44 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 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!!

driving_me_nutsa at 2007-7-12 18:01:44 > top of Java-index,Solaris Operating System,Solaris 10 Features...