Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
Use the ComponentDependencies section in a component definition file to associate components with other components on which they depend or with which they conflict.
Under the ComponentDependencies section, type the section syntax as follows:
Section syntax
Component number, dependent component number, dependency type
Component number | Use the component numbers as you defined them in the Components section. |
dependent component number | Use the component numbers as you defined them in the Components section. |
dependency type | Component dependency type:
Y or blank = Component requires the presence of the dependent component (default) N = Component conflicts with the dependent component and is mutually exclusive |
Syntax example
Component Dependencies
In this example, the EIDE Disk depends on the SCSI Disk.
[Components] 1 = ''EIDE Disk'' 2 = ''SCSI Disk'' [ComponentDependencies] 1,2