diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-12-19 16:49:59 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-12-20 20:09:35 +0100 |
commit | ac1a711d9a237eea36b053d43c0c35af7ac40b1f (patch) | |
tree | f3a195d1f3ec4676e7937ff42848e518b5c43ace | |
parent | mkosi: Add libz1 to opensuse tools tree (diff) | |
download | systemd-ac1a711d9a237eea36b053d43c0c35af7ac40b1f.tar.xz systemd-ac1a711d9a237eea36b053d43c0c35af7ac40b1f.zip |
mkosi: Enable EPEL for CentOS Stream tools tree
We need packages from EPEL to be able to build CentOS Stream images
with a CentOS Stream tools tree so enable it. This is broken on CentOS
Stream 10 but given using a CentOS Stream tools tree is broken without
EPEL as well, we might as well enable it and just wait until the packages
are added to EPEL 10.
-rw-r--r-- | mkosi.conf.d/05-tools/mkosi.conf.d/centos.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mkosi.conf.d/05-tools/mkosi.conf.d/centos.conf b/mkosi.conf.d/05-tools/mkosi.conf.d/centos.conf new file mode 100644 index 0000000000..737fec3a3d --- /dev/null +++ b/mkosi.conf.d/05-tools/mkosi.conf.d/centos.conf @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +[Match] +ToolsTreeDistribution=centos + +[Build] +ToolsTreeRepositories=epel,epel-next |