solaris 10 postdeployment and reboot scripts
i'm trying to create a flash install process including a postdeployment and reboot script and having some trouble determining exactly how to set this up.
since i want the scripts to run on all clones, the documentation seems to state that scripts simply need to be put in the /etc/flash/postdeployment/ and /etc/flash/reboot/ directories, respectively.
<a href="http://docs.sun.com/app/docs/doc/817-5668/6ml414d 91?a=view" target="_blank">http://docs.sun.com/app/docs/doc/817-5668/6ml414d91?a=view&l t;/a>
my interpretation of this is that i need to create these scripts in the subdirectories of /etc/flash on the master server, then create the flash archive and perform a flash install on the clones:
flarcreate -c -n "application server image" \
-a "<a href="mailto:andrew.bezella@example.com" target="_blank">andrew.bezella@example.com</a>" -x /var/crash/`hostname` \
/mnt/sol-10-appserv.flar
however, during the install i don't see the scripts run at all, and the following shows:
Postdeployment processing
No local customization defined
and the reboot script does not appear to have run either, although the /etc/flash/reboot directory has been deleted (by /etc/rc2.d/S98flash_reboot?)
is there a way to verify for certain that the scripts are not running and not just failing silently?
is there a keyword i need to set when running the flarcreate command? a particular package required? really not sure what i''m missing here...
tia...

