From 2a55ebb2e93397afea5d6b3245a36c3983db6b96 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 19 Sep 2023 10:53:24 +0200 Subject: [PATCH] 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. --- mkosi.presets/system/mkosi.conf.d/10-centos-fedora.conf | 1 - mkosi.presets/system/mkosi.conf.d/10-centos/mkosi.conf | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.47.3