From c50d926c61511b183d4a5918de5f4c95c92ff4e8 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 18 Dec 2018 16:46:59 +0100 Subject: [PATCH] man: document the new --all switches --- mkosi.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/mkosi.md b/mkosi.md index 4d4b6e0de..2b56a5815 100644 --- a/mkosi.md +++ b/mkosi.md @@ -589,6 +589,20 @@ details see the table below. wins, except for options taking lists in which case both lists are combined. +`--all`, `-a` + +: Iterate through all files `mkosi.*` in the `mkosi.files/` + subdirectory, and build each as if `--default=mkosi.files/mkosi.…` + was invoked. This is a quick way to build a large number of images + in one go. Any additional specified command line arguments override + the relevant options in all files processed this way. + +`--all-directory=` + +: If specified, overrides the directory the `--all` logic described + above looks for settings files in. If unspecified, defaults to + `mkosi.files/` in the current working directory (see above). + `--version` : Show package version. -- 2.47.2