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:
commit
701a945e44
2
.github/workflows/mkosi.yml
vendored
2
.github/workflows/mkosi.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
- distro: ubuntu
|
||||
release: jammy
|
||||
- distro: fedora
|
||||
release: "38"
|
||||
release: "39"
|
||||
- distro: fedora
|
||||
release: rawhide
|
||||
- distro: opensuse
|
||||
|
@ -14,7 +14,6 @@ Packages=
|
||||
iproute
|
||||
iproute-tc
|
||||
kernel-core
|
||||
kernel-modules # For squashfs support
|
||||
libcap-ng-utils
|
||||
netcat
|
||||
openssh-server
|
||||
|
@ -2,3 +2,7 @@
|
||||
|
||||
[Match]
|
||||
Distribution=centos
|
||||
|
||||
[Content]
|
||||
Packages=
|
||||
kernel-modules # For squashfs support
|
||||
|
Loading…
Reference in New Issue
Block a user