From: Daan De Meyer Date: Thu, 24 Aug 2023 06:43:27 +0000 (+0200) Subject: Do not generate manifest by default X-Git-Tag: v16~42^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5f1ae906edb8b88af3f97dc5034af524444e00;p=thirdparty%2Fmkosi.git Do not generate manifest by default Generally users are not going to be interested in the manifest so let's not generate it by default to avoid cluttering the output directory. --- diff --git a/mkosi/config.py b/mkosi/config.py index 339c45bd5..42854a43f 100644 --- a/mkosi/config.py +++ b/mkosi/config.py @@ -924,7 +924,6 @@ class MkosiConfigParser: metavar="FORMAT", section="Output", parse=config_make_list_parser(delimiter=",", parse=make_enum_parser(ManifestFormat)), - default=[ManifestFormat.json], help="Manifest Format", ), MkosiConfigSetting( diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index d2a6e608a..fd22a3d71 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -438,7 +438,8 @@ they should be specified with a boolean argument: either "1", "yes", or "true" t : The manifest format type or types to generate. A comma-delimited list consisting of `json` (the standard JSON output format that describes the packages installed), `changelog` (a human-readable - text format designed for diffing). Defaults to `json`. + text format designed for diffing). By default no manifest is + generated. `Output=`, `--output=`, `-o`