此内容没有您所选择的语言版本。
Chapter 18. kickstart.profile.software
Abstract
Provides methods to access and modify the software list associated with a kickstart profile.
18.1. appendToSoftwareList 复制链接链接已复制到粘贴板!
复制链接链接已复制到粘贴板!
- Name
- appendToSoftwareList
- Description
- Append the list of software packages to a kickstart profile. Duplicate packages will be ignored.
- Parameters
- string sessionKey
- string ksLabel - The label of a kickstart profile.
- string[] packageList - A list of package names to be added to the profile.
- Return Value
- int - 1 on success, exception thrown otherwise.