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.Codenameplus the Major version specified in.Env.OS.Version, formed ascodename-version(egol-8) - the
.Env.OS.Codename(egfedora) - the
Env.OS.Familyplus the Major version specified inEnv.OS.Version, formed asfamilyname-version(egredhat-9) - the
Env.OS.Family(egredhat) - no match found use
unknownspecified packages
Warning
All future BootEnv defined unattended/answerfile (kickstart, preseed,
etc) Templates should NOT USE THIS distro specific param. Instead,
use the generic install-base-packages Param map. The Template
install-package-selections.tmpl utilizes the new Param.