From 0a8d10d84abad8fd27962608f5dcd099de6d697a Mon Sep 17 00:00:00 2001 From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Thu, 10 Oct 2024 17:19:55 +0200 Subject: [PATCH] Update description of `ToolsTreeDistribution=` It was changed to default to the host distro instead of the target distro a while a ago but this was forgotten. --- mkosi/resources/man/mkosi.1.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index 1d32e1b97..52c617962 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -1282,10 +1282,9 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, | `zypper` | ✓ | | ✓ | ✓ | ✓ | ✓ | | `ToolsTreeDistribution=`, `--tools-tree-distribution=` -: Set the distribution to use for the default tools tree. By default, - the same distribution as the image that's being built is used, except - for CentOS and Ubuntu images, in which case Fedora and Debian are used - respectively. +: Set the distribution to use for the default tools tree. + Defaults to the distribution of the host + or `custom` if the distribution of the host is not a supported distribution. `ToolsTreeRelease=`, `--tools-tree-release=` : Set the distribution release to use for the default tools tree. By