20 lines
617 B
Smarty
20 lines
617 B
Smarty
config_opts['chroot_setup_cmd'] += " rocky-release-core"
|
|
|
|
config_opts['dnf.conf'] += """
|
|
|
|
[core-common]
|
|
name=Rocky Linux $releasever - SIG Core Common
|
|
baseurl=http://dl.rockylinux.org/pub/sig/9/core/$basearch/core-common/
|
|
gpgcheck=1
|
|
enabled=1
|
|
gpgkey=https://git.rockylinux.org/staging/src/rocky-release-core/-/raw/r9/SOURCES/RPM-GPG-KEY-Rocky-SIG-Core
|
|
|
|
[core-infra]
|
|
name=Rocky Linux $releasever - SIG Core Infra
|
|
baseurl=http://dl.rockylinux.org/pub/sig/9/core/$basearch/core-infra/
|
|
gpgcheck=1
|
|
enabled=1
|
|
gpgkey=https://git.rockylinux.org/staging/src/rocky-release-core/-/raw/r9/SOURCES/RPM-GPG-KEY-Rocky-SIG-Core
|
|
|
|
"""
|