From 0632591996893fe136a1f2fe44d9b9f404f41f3e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 1 Nov 2018 13:30:58 +0100 Subject: Initial commit --- localfs/etc/dnf/dnf.conf | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 localfs/etc/dnf/dnf.conf (limited to 'localfs/etc/dnf/dnf.conf') diff --git a/localfs/etc/dnf/dnf.conf b/localfs/etc/dnf/dnf.conf new file mode 100644 index 0000000..4d5402b --- /dev/null +++ b/localfs/etc/dnf/dnf.conf @@ -0,0 +1,7 @@ +[main] +gpgcheck=1 +# Number of kernels to be kept on the system: +installonly_limit=2 +clean_requirements_on_remove=True + +fastestmirror=true -- cgit v1.2.3