From 6af3864f5e522ead80c56404ffdb071ff9d26111 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 5 Mar 2025 20:07:59 +0100 Subject: [PATCH] mkosi: Don't install dnf anymore on Fedora We have dnf5 on Fedora, no need to install dnf there anymore (cherry picked from commit 4435dd7c72f180400afea00a454a453993880a3c) --- mkosi.conf.d/10-centos-fedora/mkosi.conf | 1 - mkosi.conf.d/10-centos/mkosi.conf | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mkosi.conf.d/10-centos-fedora/mkosi.conf b/mkosi.conf.d/10-centos-fedora/mkosi.conf index 8004c089ad4..5d42265b1d9 100644 --- a/mkosi.conf.d/10-centos-fedora/mkosi.conf +++ b/mkosi.conf.d/10-centos-fedora/mkosi.conf @@ -27,7 +27,6 @@ Packages= cryptsetup device-mapper-event device-mapper-multipath - dnf git-core glibc-langpack-de glibc-langpack-en diff --git a/mkosi.conf.d/10-centos/mkosi.conf b/mkosi.conf.d/10-centos/mkosi.conf index 33ba3b83344..2961ee316b3 100644 --- a/mkosi.conf.d/10-centos/mkosi.conf +++ b/mkosi.conf.d/10-centos/mkosi.conf @@ -15,4 +15,5 @@ Environment= [Content] Packages= + dnf kernel-modules # For squashfs -- 2.47.3