Skip to content

Commit

Permalink
Remove depmod check in check_tools()
Browse files Browse the repository at this point in the history
We run depmod inside the image now, so drop the check for it in
check_tools().
  • Loading branch information
DaanDeMeyer authored and behrmann committed Jan 23, 2025
1 parent f16d4e5 commit bdcd8af
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mkosi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bdcd8af

Please sign in to comment.