From: Daan De Meyer Date: Tue, 19 Sep 2023 08:53:24 +0000 (+0200) Subject: mkosi: Stop installing kernel-modules on Fedora X-Git-Tag: v255-rc1~499^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F29218%2Fhead;p=thirdparty%2Fsystemd.git 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. --- diff --git a/mkosi.presets/system/mkosi.conf.d/10-centos-fedora.conf b/mkosi.presets/system/mkosi.conf.d/10-centos-fedora.conf index ad77a2b8d4b..c007be2f84f 100644 --- a/mkosi.presets/system/mkosi.conf.d/10-centos-fedora.conf +++ b/mkosi.presets/system/mkosi.conf.d/10-centos-fedora.conf @@ -14,7 +14,6 @@ Packages= iproute iproute-tc kernel-core - kernel-modules # For squashfs support libcap-ng-utils netcat openssh-server diff --git a/mkosi.presets/system/mkosi.conf.d/10-centos/mkosi.conf b/mkosi.presets/system/mkosi.conf.d/10-centos/mkosi.conf index af4862d4b14..146e03a8955 100644 --- a/mkosi.presets/system/mkosi.conf.d/10-centos/mkosi.conf +++ b/mkosi.presets/system/mkosi.conf.d/10-centos/mkosi.conf @@ -2,3 +2,7 @@ [Match] Distribution=centos + +[Content] +Packages= + kernel-modules # For squashfs support