On Tue, 4 Aug 2009, Dave Price wrote: > Dear Alok, > > Thanks. I had spotted that RFE earlier but we simply could not believe that > their were not LOTS of other folks in our position and that some route to get > keyboard correct on auto installs did not exist... > > Is there a "standard way" to manually fix the keyboard setting after install > so as all apps get it correct. While we can make some changes and get "most" > keys correct most of the time, we are still getting (at least) the ? showing > as ? in gnome-terminal windows and no doubt elsewhere..
As Keith points out in another message, /usr/bin/kbd -s should work to set the keyboard layout. > On a more general point, is there any way to get a "general sh script" to > automatically run as part of post install procedures as there was with > jumpstart on solaris? We have made lots of use of jumpstart and > postinstall scripts to make local routine config changes for many years... The recommended way of doing post install configuration changes is to create an SMF service that runs after the install and makes the necessary configuration changes. Alok
