dnf.conf: update for dnf5 (which defaults to empty)

This commit is contained in:
Aminda Suomalainen 2024-09-22 12:47:21 +03:00
parent 37bb05fdc9
commit d50a98abc3
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -1,13 +1,16 @@
# see `man dnf.conf` for defaults and possible options
[main]
gpgcheck=1
# The above is the Fedora 41 default config for dnf5. The below is notes on my
# additions to it.
# 3 is the default, increase this in case of kernel upgrade trouble (unrelated
# to space, see dracut.conf.d for that)
#installonly_limit=3
clean_requirements_on_remove=True
# The --best flag could be specified here, but default is False
#best=True
best=False
skip_if_unavailable=True
#skip_if_unavailable=True
# Find the mirror with the lowest ping. While this might be the closest
# mirror, this won't consider the available bandwidth which may result into
@ -32,6 +35,3 @@ max_parallel_downloads=6
# Zaldaryn has small root partition and cannot cache enough for family
# booting it with long intervals
#cachedir=/home/dnfcache/
# More verbose output
debuglevel=10