From 27d19144245c54f120714f6151eecc54fceb545f Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 29 Jan 2021 19:15:08 +0200 Subject: [PATCH] etc: add dnf/dnf.conf & yum.repos.d/README.md --- etc/dnf/dnf.conf | 8 ++++++++ etc/yum.repos.d/README.md | 5 +++++ 2 files changed, 13 insertions(+) create mode 100644 etc/dnf/dnf.conf create mode 100644 etc/yum.repos.d/README.md diff --git a/etc/dnf/dnf.conf b/etc/dnf/dnf.conf new file mode 100644 index 00000000..aae96375 --- /dev/null +++ b/etc/dnf/dnf.conf @@ -0,0 +1,8 @@ +[main] +gpgcheck=1 +installonly_limit=3 +clean_requirements_on_remove=True +best=False +skip_if_unavailable=True +# Explicitly enable finding the fastest mirror +fastestmirror=true diff --git a/etc/yum.repos.d/README.md b/etc/yum.repos.d/README.md new file mode 100644 index 00000000..ddda086d --- /dev/null +++ b/etc/yum.repos.d/README.md @@ -0,0 +1,5 @@ +dnf still reads this repository apparently, and the repos I end up adding: + +* https://github.com/yggdrasil-network/yggdrasil-network.github.io/issues/127#issuecomment-766520311 +* https://www.insynchq.com/ +* https://rpmfusion.org/Configuration