O script do Kickstart já está hospedado em um servidor web, então a sugestão óbvia é criar um repositório RPM também.
Copie o diretório de pacotes de estações de trabalho (e o subdiretório repodata) para o servidor da web.
No script do Kickstart, aponte para esse caminho como um novo repositório.
repo (optional)
Configures additional yum repositories that may be used as sources for package installation. Multiple repo lines may be specified.
repo --name=<repoid> [--baseurl=<url>| --mirrorlist=<url>]
--name=
— The repo id. This option is required.
--baseurl=
— The URL for the repository. The variables that may be used in yum repo config files are not supported here. You may use one of either this option or --mirrorlist, not both.
--mirrorlist=
— The URL pointing at a list of mirrors for the repository. The variables that may be used in yum repo config files are not supported here. You may use one of either this option or --baseurl, not both.