From ITRC very handy...
Problem:
I have created a couple of post-install scripts for 3rd party software and they get installed by default. I can remove them from the install by removing them from the Advanced Tab in the Install Dialog, but I want to make them optional (i.e. not installed by default).
Does anyone know how to add them to the ignite config but make them show up on the right hand side of that screen instead of the left?
Failing that - is there a way I can call a pre-install script before the install dialog is launched so I can make the choices in there?
I'm using this sort of thing for post-install:
# more /var/opt/ignite/saved_cfgs/local_3rd_party_installation.cfg
post_config_script += "/var/opt/ignite/scripts/local_3rd_party_installation"
#
Solution:
add this syntax to the last line of /var/opt/ignite/INDEX
scripts {"/var/opt/ignite/scripts/local_3rd_party_installation"}
More info: