in your post_install script as defined in the rules for your jumpstart profile, 
like I have mine

# cat rules
any - - any_machine post_install

cat post_install
#!/bin/sh
mkdir /a/jumpstart_log
/bin/cp /tmp/* /a/jumpstart_log
/bin/cp /var/log/Xorg.0.log /a/jumpstart_log

# ls -al post*
-rwxr-xr-x   1 root     root         715 Mar 11 12:26 post_install
# 

and submit a RFE http://www.opensolaris.org/bug/report.jspa and include steps 
to reproduce.
-- 
This message posted from opensolaris.org

Reply via email to