summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-03-05 09:41:38 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-03-05 18:05:19 +0900
commit877e68e7022c3f551d9f485f6791f2070c500aca (patch)
tree1e27eecb1c5c3a177041a42f769803080f2ca946
parent561f17a1e45d631953f18af7f0ef7ef2e6666fa5 (diff)
downloadsystemd-877e68e7022c3f551d9f485f6791f2070c500aca.tar.gz
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.
-rw-r--r--mkosi.conf.d/centos/10-centos.conf1
-rw-r--r--mkosi.conf.d/fedora/10-fedora.conf1
2 files changed, 2 insertions, 0 deletions
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