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

man: document mkosi-addon in builtin configs #3472

Merged
merged 1 commit into from
Feb 5, 2025
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
8 changes: 4 additions & 4 deletions mkosi/resources/man/mkosi.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -1957,10 +1957,10 @@ config file is read:
Note that each path containing extra configuration is only parsed
once, even if included more than once with `Include=`.

The builtin configs for the **mkosi** default initrd, default tools tree
and default virtual machine image can be included by including the
literal value `mkosi-initrd`, `mkosi-tools` or `mkosi-vm`
respectively.
The builtin configs for the **mkosi** default initrd, default tools tree,
default virtual machine image and default UKI addon can be included by
including the literal value `mkosi-initrd`, `mkosi-tools`, `mkosi-vm` or
`mkosi-addon` respectively.

Note: Include names starting with either of the literals `mkosi-` or
`contrib-` are reserved for use by **mkosi** itself.
Expand Down
Loading