mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
mkosi: Stop installing kernel-modules on Fedora
squashfs has been moved to kernel-modules-core so no need to install kernel-modules anymore on Fedora.
This commit is contained in:
parent
755012d37d
commit
2a55ebb2e9
@ -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