From 877e68e7022c3f551d9f485f6791f2070c500aca Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Sun, 5 Mar 2023 09:41:38 +0100 Subject: mkosi: Install dnf on centos and fedora dnf is not installed by default anymore, but it's still useful to have in our images, so let's install it explicitly. --- mkosi.conf.d/centos/10-centos.conf | 1 + mkosi.conf.d/fedora/10-fedora.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'mkosi.conf.d') diff --git a/mkosi.conf.d/centos/10-centos.conf b/mkosi.conf.d/centos/10-centos.conf index 91099a7f0a..15075f7260 100644 --- a/mkosi.conf.d/centos/10-centos.conf +++ b/mkosi.conf.d/centos/10-centos.conf @@ -17,6 +17,7 @@ Packages= audit cryptsetup dhcp-server + dnf fuse glib2 glibc-minimal-langpack diff --git a/mkosi.conf.d/fedora/10-fedora.conf b/mkosi.conf.d/fedora/10-fedora.conf index 5c85eebc03..2cd9bc1d44 100644 --- a/mkosi.conf.d/fedora/10-fedora.conf +++ b/mkosi.conf.d/fedora/10-fedora.conf @@ -14,6 +14,7 @@ Packages= compsize cryptsetup dhcp-server + dnf f2fs-tools fuse glib2 -- cgit v1.2.1