1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

Merge pull request #29218 from DaanDeMeyer/kernel-modules

mkosi: Stop installing kernel-modules on Fedora
This commit is contained in:
Daan De Meyer 2023-09-19 12:22:16 +02:00 committed by GitHub
commit 701a945e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 2 deletions

View File

@ -61,7 +61,7 @@ jobs:
- distro: ubuntu
release: jammy
- distro: fedora
release: "38"
release: "39"
- distro: fedora
release: rawhide
- distro: opensuse

View File

@ -14,7 +14,6 @@ Packages=
iproute
iproute-tc
kernel-core
kernel-modules # For squashfs support
libcap-ng-utils
netcat
openssh-server

View File

@ -2,3 +2,7 @@
[Match]
Distribution=centos
[Content]
Packages=
kernel-modules # For squashfs support