]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Remove depmod check in check_tools()
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 23 Jan 2025 13:14:43 +0000 (14:14 +0100)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 23 Jan 2025 13:55:36 +0000 (14:55 +0100)
We run depmod inside the image now, so drop the check for it in
check_tools().

mkosi/__init__.py

index 5d1dd8763c703f6b221da3d1f9cd0d9a673b2fdc..395de5b025ae1c28cba7c999833837a853639750 100644 (file)
@@ -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(