From: Daan De Meyer Date: Thu, 23 Jan 2025 13:14:43 +0000 (+0100) Subject: Remove depmod check in check_tools() X-Git-Tag: v25.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdcd8af85b03737f30bc885e540100164c9fb0c8;p=thirdparty%2Fmkosi.git Remove depmod check in check_tools() We run depmod inside the image now, so drop the check for it in check_tools(). --- diff --git a/mkosi/__init__.py b/mkosi/__init__.py index 5d1dd8763..395de5b02 100644 --- a/mkosi/__init__.py +++ b/mkosi/__init__.py @@ -2655,9 +2655,6 @@ def check_tools(config: Config, verb: Verb) -> None: if config.output_format == OutputFormat.none: return - if config.bootable != ConfigFeature.disabled: - check_tool(config, "depmod", reason="generate kernel module dependencies") - if want_efi(config): if config.unified_kernel_image_profiles: check_ukify(