mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-10 02:29:22 +01:00
dnf.conf: add debuglevel=10
This commit is contained in:
parent
5650c9b334
commit
a4e527f6ec
@ -4,6 +4,8 @@ gpgcheck=1
|
|||||||
# to space, see dracut.conf.d for that)
|
# to space, see dracut.conf.d for that)
|
||||||
#installonly_limit=3
|
#installonly_limit=3
|
||||||
clean_requirements_on_remove=True
|
clean_requirements_on_remove=True
|
||||||
|
# The --best flag could be specified here, but default is False
|
||||||
|
#best=True
|
||||||
best=False
|
best=False
|
||||||
skip_if_unavailable=True
|
skip_if_unavailable=True
|
||||||
|
|
||||||
@ -30,3 +32,6 @@ max_parallel_downloads=6
|
|||||||
# Zaldaryn has small root partition and cannot cache enough for family
|
# Zaldaryn has small root partition and cannot cache enough for family
|
||||||
# booting it with long intervals
|
# booting it with long intervals
|
||||||
#cachedir=/home/dnfcache/
|
#cachedir=/home/dnfcache/
|
||||||
|
|
||||||
|
# More verbose output
|
||||||
|
debuglevel=10
|
||||||
|
Loading…
Reference in New Issue
Block a user