metavar="PACKAGE",
section="Host",
parse=config_make_list_parser(delimiter=","),
- help="Add additional packages to the tools tree",
+ help="Add additional packages to the default tools tree",
),
MkosiConfigSetting(
dest="runtime_trees",
`ToolsTreePackages=`, `--tools-tree-packages=`
-: Extra packages to install into the tools tree. Takes a comma separated list
- of package specifications. This option may be used multiple times in which
- case the specified package lists are combined.
+: Extra packages to install into the default tools tree. Takes a comma
+ separated list of package specifications. This option may be used
+ multiple times in which case the specified package lists are combined.
`RuntimeTrees=`, `--runtime-tree=`