Developer's Topics
Chapter 12, Custom Distribution Mastering Toolkit

CONFIGURE and UNCONFIGURE phases

CONFIGURE and UNCONFIGURE phases

During the CONFIGURE phase, the ccs configures the component into any system services that it consumes. For example, the component might add a driver to the link kit using the idinstall(ADM) utility.

pre step
ccs PRE_CONFIGURE keyword list package list

system step
No action is defined.

post step
ccs POST_CONFIGURE keyword list package list

The ccs performs any remaining configuration that relied upon actions taken in the PRE_CONFIGURE and system step.

During the UNCONFIGURE phase, the ccs removes the component from any system services that it consumes. For example, remove kernel device drivers using a call to idinstall(ADM).

pre step
ccs PRE_UNCONFIGURE keyword list package list

system step
No action is defined.

post step
ccs POST_UNCONFIGURE keyword list package list