26 lines
1.5 KiB
Plaintext
26 lines
1.5 KiB
Plaintext
[base]
|
||
# This section overrides yum.conf
|
||
|
||
# Use this to filter Yum core messages
|
||
# -4: critical
|
||
# -3: critical+errors
|
||
# -2: critical+errors+warnings (default)
|
||
debuglevel = -{ $yum{Debug} || '2' }
|
||
|
||
# skip_broken = True
|
||
|
||
# use this to change metadata download
|
||
# `instant' - Just download the new metadata index, this is roughly what yum always did, however it now does some checking on the index and reverts if it classifies it as bad.
|
||
# `group:primary' - Download the primary metadata with the index. This contains most of the package information and so is almost always required anyway.
|
||
# `group:small' - With the primary also download the updateinfo metadata, groups, and pkgtags. This is required for yum-security operations and it also used in the graphical clients. This file also tends to be signifi‐
|
||
# cantly smaller than most others. This is the default.
|
||
# `group:main' - With the primary and updateinfo download the filelists metadata and the group metadata. The filelists data is required for operations like "yum install /bin/bash", and also some dependency resolutions
|
||
# require it. The group data is used in some graphical clients and for group operations like "yum grouplist Base".
|
||
# `group:all' - Download all metadata listed in the index, currently the only one not listed above is the other metadata, which contains the changelog information which is used by yum-changelog. This is what "yum make‐
|
||
# cache" uses.
|
||
mdpolicy = group:main
|
||
|
||
# Uncomment to auto-import new gpg keys (dangerous)
|
||
# assumeyes = True
|
||
|