]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Clarify BuildSourcesEphemeral=
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 25 Apr 2024 11:00:54 +0000 (13:00 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 25 Apr 2024 11:20:05 +0000 (13:20 +0200)
Fixes #2656

mkosi/resources/mkosi.md

index b4c91e4341aae2e622e712047f565218d3731625..ab1bf214c4b91644c0a9998938afdf7487bd5119 100644 (file)
@@ -1118,8 +1118,8 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
 : Takes a boolean. Disabled by default. Configures whether changes to
   source directories (The working directory and configured using
   `BuildSources=`) are persisted. If enabled, all source directories
-  will be reset to their original state after scripts (except sync
-  scripts) finish executing.
+  will be reset to their original state every time after running all
+  scripts of a specific type (except sync scripts).
 
 `Environment=`, `--environment=`