Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update description of ToolsTreeDistribution= #3122

Merged
merged 1 commit into from
Oct 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions mkosi/resources/man/mkosi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading