]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Stop installing kernel-modules on Fedora 29218/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 19 Sep 2023 08:53:24 +0000 (10:53 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 19 Sep 2023 09:47:57 +0000 (11:47 +0200)
squashfs has been moved to kernel-modules-core so no need to install
kernel-modules anymore on Fedora.

mkosi.presets/system/mkosi.conf.d/10-centos-fedora.conf
mkosi.presets/system/mkosi.conf.d/10-centos/mkosi.conf

index ad77a2b8d4b52a3f17ebfe4ad90bdc76b4db0768..c007be2f84f7a3e3a3cf8aa3e816c54bf3d2a6ee 100644 (file)
@@ -14,7 +14,6 @@ Packages=
         iproute
         iproute-tc
         kernel-core
-        kernel-modules # For squashfs support
         libcap-ng-utils
         netcat
         openssh-server
index af4862d4b147031ac251a0d823833b2afab1557e..146e03a89551fe02a256c4a662504700f9370c37 100644 (file)
@@ -2,3 +2,7 @@
 
 [Match]
 Distribution=centos
+
+[Content]
+Packages=
+        kernel-modules # For squashfs support