이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.