|
|
Each driver must provide an lkcfg script that is called by the configuration framework to install, reconfigure, or delete the network driver from the Link Kit.
The command line syntax for an lkcfg is:
lkcfg -i|-r lkcfg_input_path AOF_path driver_name board# lkcfg -d lkcfg_input_path AOF_path driver_name board#The option to the lkcfg script determines the operation:
The lkcfg scripts use the idinstall(ADM) utility to add and remove network adapter drivers into and from the Link Kit. They are called with appropriate flags from the netconfig init, reconf, and remove scripts.
Examples of lkcfg scripts can be found in the sample drivers and on an installed system in the /usr/llipathmap`/ID/*/lkcfg files. Most lkcfg scripts are very similar; to create one for your driver, copy one of the example scripts and modify it as necessary.