diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-05 11:56:44 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-07-15 16:17:33 +0200 |
commit | 0e4a7ab6d5601785e326851b3f1b6a3367ec98ec (patch) | |
tree | 1729a3a3b444167933e5528bcbb7fe8ed152bd2d /mkosi.conf.d/10-debian-ubuntu/mkosi.conf | |
parent | mkosi: Introduce build image (diff) | |
download | systemd-0e4a7ab6d5601785e326851b3f1b6a3367ec98ec.tar.xz systemd-0e4a7ab6d5601785e326851b3f1b6a3367ec98ec.zip |
mkosi: Make epel repositories optional for CentOS Stream 9
This allows us to add CI for CentOS Stream 10 as EPEL 10 doesn't
exist yet and won't exist for quite some time.
CentOS Stream 10 will be enabled later as soon as
https://issues.redhat.com/browse/RHEL-46604 is resolved.
Diffstat (limited to 'mkosi.conf.d/10-debian-ubuntu/mkosi.conf')
-rw-r--r-- | mkosi.conf.d/10-debian-ubuntu/mkosi.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mkosi.conf.d/10-debian-ubuntu/mkosi.conf b/mkosi.conf.d/10-debian-ubuntu/mkosi.conf index 41f1972e1f..d282b47fb6 100644 --- a/mkosi.conf.d/10-debian-ubuntu/mkosi.conf +++ b/mkosi.conf.d/10-debian-ubuntu/mkosi.conf @@ -36,12 +36,14 @@ VolatilePackages= udev Packages= + btrfs-progs apt bind9-dnsutils cryptsetup-bin dbus-broker dbus-user-session dmsetup + erofs-utils f2fs-tools fdisk git-core @@ -49,6 +51,7 @@ Packages= iproute2 iputils-ping isc-dhcp-server + knot libcap-ng-utils locales man-db @@ -63,6 +66,7 @@ Packages= psmisc python3-pexpect python3-psutil + qrencode quota softhsm2 squashfs-tools @@ -73,6 +77,7 @@ Packages= xxd InitrdPackages= + btrfs-progs tpm2-tools InitrdVolatilePackages= |