kickstart-base-packages¶
A map of ssh public keys to install for the root user
This provides a list of packages to be installed during a CentOS, RHEL, Fedora, and compatible package based kickstart install. Here is an example of how to override the default packages used for CentOS:
This Param may be used in the kickstart templates. Selections will be based on the following first-match rulesets:
- an exact match with the BootEnv name (
.Env.OS.Name
) (egcentos-7.8.2003
) - the
.Env.OS.Codename
plus the Major version specified in.Env.OS.Version
, formed ascodename-version
(egol-8
) - the
.Env.OS.Codename
(egfedora
) - the
Env.OS.Family
plus the Major version specified inEnv.OS.Version
, formed asfamilyname-version
(egredhat-9
) - the
Env.OS.Family
(egredhat
) - no match found use
unknown
specified packages