Transfer CPIO module has been enhanced to detect and optionally abort if source files are missing. This functionality is enabled by a new flag - "fatal_if_not_found". The default value is set to "false". When "fatal_if_not_found" flag is set to true, Transfer CPIO will abort if source files are missing.

All DC manifests now include the flag with the default setting. Users running DC with default manifests should not experience any changes in behavior.

Example of new flag in the DC manifest:

<checkpoint name="ba-init"
          desc="Boot Archive Initialization"
          mod_path="solaris_install/transfer/cpio"
          checkpoint_class="TransferCPIO">
<kwargs>
<arg name="fatal_if_not_found">false</arg>
</kwargs>
</checkpoint>
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to