diff options
Diffstat (limited to 'mkosi.conf.d/10-centos-fedora/mkosi.conf')
-rw-r--r-- | mkosi.conf.d/10-centos-fedora/mkosi.conf | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/mkosi.conf.d/10-centos-fedora/mkosi.conf b/mkosi.conf.d/10-centos-fedora/mkosi.conf new file mode 100644 index 0000000..5b1865a --- /dev/null +++ b/mkosi.conf.d/10-centos-fedora/mkosi.conf @@ -0,0 +1,60 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Match] +Distribution=|centos +Distribution=|fedora + +[Content] +VolatilePackages= + systemd + systemd-boot + systemd-container + systemd-devel + systemd-journal-remote + systemd-libs + systemd-networkd + systemd-networkd-defaults + systemd-oomd-defaults + systemd-pam + systemd-resolved + systemd-tests + systemd-udev + systemd-ukify + +Packages= + bind-utils + bpftool + cryptsetup + device-mapper-event + device-mapper-multipath + dnf + git-core + glibc-langpack-de + glibc-langpack-en + gnutls-utils + integritysetup + iproute + iproute-tc + iputils + iscsi-initiator-utils + kernel-core + libcap-ng-utils + man-db + nmap-ncat + openssh-clients + openssh-server + pam + passwd + perf + policycoreutils + polkit + procps-ng + python3-pexpect + quota + rpm + softhsm + squashfs-tools + stress-ng + tpm2-tools + veritysetup + vim-common |