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 | |
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')
-rw-r--r-- | mkosi.conf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mkosi.conf b/mkosi.conf index 5654af0956..dfcd9fe040 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -78,12 +78,12 @@ KernelCommandLine=systemd.crash_shell # These don't ship proper units with [Install] directives so we have to mask them instead. systemd.mask=isc-dhcp-server.service systemd.mask=mdmonitor.service + psi=1 KernelModulesInitrdExclude=.* KernelModulesInitrdInclude=default InitrdPackages= - btrfs-progs findutils grep sed @@ -93,14 +93,12 @@ Packages= attr bash-completion bpftrace - btrfs-progs coreutils curl diffutils dnsmasq dosfstools e2fsprogs - erofs-utils findutils gdb grep @@ -109,7 +107,6 @@ Packages= kbd kexec-tools kmod - knot less lvm2 man @@ -123,7 +120,6 @@ Packages= p11-kit pciutils python3 - qrencode radvd rsync sed |