committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2021-08-08 17:49:24 +03:00
parent 67b9c10719
commit e449f9c830
20 changed files with 414 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ config_opts['dist'] = 'el8' # only useful for --resultdir variable subst
config_opts['releasever'] = '8'
config_opts['package_manager'] = 'dnf'
config_opts['extra_chroot_dirs'] = [ '/run/lock', ]
config_opts['bootstrap_image'] = 'registry.centos.org/centos:8'
config_opts['bootstrap_image'] = 'quay.io/centos/centos:stream8'
config_opts['dnf_vars'] = { 'stream': '8-stream',
'contentdir': 'centos',
}