]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
docs: Reword dependencies vs tools tree requirement a bit
authorDaanDeMeyer <daan.j.demeyer@gmail.com>
Sat, 27 Dec 2025 17:57:58 +0000 (18:57 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Sat, 27 Dec 2025 18:39:37 +0000 (19:39 +0100)
mkosi/resources/man/mkosi.1.md

index affce0c08d163fa14d69b1561c4335d4625da794..16550cc96dfdbd54a7ebe91461169fd3b1759bc3 100644 (file)
@@ -3257,10 +3257,11 @@ In this scenario, the kernel is loaded from the ESP in the image by **systemd-bo
 
 - mkosi requires a Linux kernel that provides `mount_setattr()` which was introduces in 5.12.
 - mkosi currently requires systemd 254 or newer to build bootable disk images.
-- mkosi requires various dependencies to be installed. The basic required dependencies
-  can be listed by running `mkosi dependencies`. Either install the required dependencies
-  on your system or use a tools tree (see the `ToolsTree=` documentation for more
-  information).
+- mkosi requires various dependencies to be installed. If a tools tree is used, (see the
+  `ToolsTree=` documentation for more information), then mkosi will download all of its
+  dependencies (except python and a package manager) itself. Otherwise, you'll need to install
+  the required dependencies on your system. You can run `mkosi dependencies` to get a list of the
+  basic required dependencies. For regular mkosi use, we strongly recommend using a tools tree.
 - On Debian/Kali/Ubuntu it might be necessary to install the `ubuntu-keyring`,
   `ubuntu-archive-keyring`, `kali-archive-keyring` and/or `debian-archive-keyring`
   packages explicitly, in addition to **apt**, depending on what kind of distribution