From: Lennart Poettering Date: Tue, 18 Dec 2018 15:46:59 +0000 (+0100) Subject: man: document the new --all switches X-Git-Tag: v5~13^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F312%2Fhead;p=thirdparty%2Fmkosi.git man: document the new --all switches --- 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.