Previous Topic: OSIM Linux Boot Server and Samba Netbios NamesNext Topic: Boot Server Share Access Restrictions on Windows Server 2003, 2008, and XP


SUSE 9.0 Targets Workarounds for Keyboard Settings

Symptom:

When I install a SuSE 9.0 image, the X.11 keyboard settings are not correct.

Solution:

A SuSE 9.0 target installation does not transfer the system keyboard settings to the X11 keyboard settings correctly. The keyboard configuration for the system is set correctly according to the $KeyBoard$ boot parameter.

Workaround: To set the X11 keyboard settings to US, add the following lines to the custom.cmd of your OSIM SuSE image.

Insert after the lines:

# Install the SD Agent  
(

the following commands:

ed /etc/X11/XF86Config <<EOF
1,$ s/”de”/”us”
w
q
EOF