committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-04-17 12:57:39 +03:00
parent 807b8f1701
commit 1658798e01
73 changed files with 273 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ config_opts['dist'] = 'el7' # only useful for --resultdir variable subst
config_opts['releasever'] = '7'
config_opts['bootstrap_image'] = 'quay.io/centos/centos:7'
config_opts['package_manager'] = 'yum'
config_opts['description'] = 'CentOS 7'
config_opts['yum_install_command'] += "{% if target_arch in ['x86_64', 'ppc64le', 'aarch64'] %} --disablerepo=centos-sclo*{% endif %}"