0cba3b2ccd
This commit allows to configure yum settings via a yum.conf file that is shipped in the base image and make it overridable with the base_yum_conf jinja2 block. Change-Id: I76a84ec008fec5696cadefdbdeb4204a32421c4b Closes-Bug: #1698134
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
[main]
|
|
keepcache=0
|
|
logfile=/var/log/yum.log
|
|
exactarch=1
|
|
obsoletes=1
|
|
gpgcheck=1
|
|
plugins=1
|
|
installonly_limit=0
|
|
skip_missing_names_on_install=False
|