18.6. setSoftwareList
- Name
- setSoftwareList
- Description
- Set the list of software packages for a kickstart profile.
- Parameters
- string sessionKey
- string ksLabel - The label of a kickstart profile.
- string[] packageList - A list of package names to be set on the profile.
- boolean ignoremissing - Ignore missing packages if true
- boolean nobase - Don't install @Base package group if true
- Return Value
- int - 1 on success, exception thrown otherwise.