]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Remove outdated comment
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 30 Jan 2024 13:41:47 +0000 (14:41 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 31 Jan 2024 13:24:43 +0000 (14:24 +0100)
We don't mount tools anymore at the start of the build. Mounting
them is done as part of setting the sandbox.

mkosi/__init__.py

index 43c9da02d9b017e86581a0618e7dd5b1de9563a9..dc7a5b68c72683599684bac8aeeb0a67238b60ff 100644 (file)
@@ -3536,7 +3536,6 @@ def run_build(args: Args, config: Config, *, resources: Path) -> None:
         complete_step(f"Building {config.name()} image"),
         prepend_to_environ_path(config),
     ):
-        # After tools have been mounted, check if we have what we need
         check_tools(config, Verb.build)
 
         # Create these as the invoking user to make sure they're owned by the user running mkosi.