diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-03-05 09:41:38 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-03-05 10:05:19 +0100 |
commit | 877e68e7022c3f551d9f485f6791f2070c500aca (patch) | |
tree | 1e27eecb1c5c3a177041a42f769803080f2ca946 /mkosi.conf.d | |
parent | Merge pull request #26668 from yuwata/man-link-rename (diff) | |
download | systemd-877e68e7022c3f551d9f485f6791f2070c500aca.tar.xz systemd-877e68e7022c3f551d9f485f6791f2070c500aca.zip |
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.
Diffstat (limited to 'mkosi.conf.d')
-rw-r--r-- | mkosi.conf.d/centos/10-centos.conf | 1 | ||||
-rw-r--r-- | mkosi.conf.d/fedora/10-fedora.conf | 1 |
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 |