Quoth Joseph on Wed, Jun 21, 2006 at 04:53:38PM -0700: > Also one more Q, in fact that application requires a specific user to > be created. I think i cant put the useradd part of the > svc/profile/update, since thats only for SMF command. Any other way to > handle this in alternate root scenario? > > Ie to create the requierd user one first reboot after installation?
(a) Create an SMF service to run a script. (b) Drop a script in /etc/rc?.d. (c) echo user:::... >> /a/etc/passwd David