From 9fcb0aa289b154e66c5ab3c4c704ec619491b813 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 10 May 2024 19:27:32 +0300 Subject: [PATCH] dnf.conf: note install_only_limit and kernel updates --- etc/dnf/dnf.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf index 402b22e6..32a6ad1a 100644 --- a/etc/dnf/dnf.conf +++ b/etc/dnf/dnf.conf @@ -1,5 +1,7 @@ [main] gpgcheck=1 +# 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 best=False