]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Fix documentation for WorkspaceDirectory
authorCornelius Hoffmann <coding@hoffmn.de>
Tue, 14 Mar 2023 19:43:55 +0000 (20:43 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 14 Mar 2023 19:59:16 +0000 (20:59 +0100)
OutputDirectory is not actually being considered as an alternative, just the current working directory.

mkosi.md

index 840932ac238cee1ae6365cad4c7be03c4eef8434..c070f029300c8c87830d88b3b2f39dbf347d9d8e 100644 (file)
--- a/mkosi.md
+++ b/mkosi.md
@@ -292,8 +292,8 @@ a boolean argument: either "1", "yes", or "true" to enable, or "0",
   building the image. This directory should have enough space to store
   the full OS image, though in most modes the actually used disk space
   is smaller. If not specified, and `mkosi.workspace/` exists in the
-  local directory, it is used for this purpose. Otherwise, a
-  subdirectory in the output directory is used.
+  local directory, it is used for this purpose. Otherwise, hidden
+  subdirectories of the current working directory are used.
 
 : The data in this directory is removed automatically after each
   build. It's safe to manually remove the contents of this directory