From a4e527f6ec089c9255316a95d1f280b79c89c47b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 11 Aug 2024 06:43:45 +0300 Subject: [PATCH] dnf.conf: add debuglevel=10 --- etc/dnf/dnf.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf index 1ff49902..c1aaaec7 100644 --- a/etc/dnf/dnf.conf +++ b/etc/dnf/dnf.conf @@ -4,6 +4,8 @@ gpgcheck=1 # 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 @@ -30,3 +32,6 @@ 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