-
Notifications
You must be signed in to change notification settings - Fork 27
Expand on how to use /opt for sysext #411
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Itxaka <[email protected]>
requires testing to verify lol EDI: done |
✅ Deploy Preview for kairos-io ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation on leveraging /opt
as a system extension overlay and links to it from the Trusted Boot guide.
- Adds a link in
trustedboot.md
to the new/opt
usage doc. - Introduces
adding_opt_to_system_extensions.md
covering rationale, caveats, and a Cloud-Init example to enable/opt
insystemd-sysext
.
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
File | Description |
---|---|
content/en/docs/Architecture/trustedboot.md | Added link to new doc explaining /opt usage with system extensions |
content/en/docs/Advanced/adding_opt_to_system_extensions.md | New guide on enabling /opt overlay with Cloud-Init configuration |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Signed-off-by: Itxaka <[email protected]>
Signed-off-by: Itxaka <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation for enabling and using the /opt
hierarchy with system extensions.
- Updates the Trusted Boot guide with a link to the new
/opt
sysext doc - Introduces a new “Using /opt with System Extensions” guide with background and cloud-init examples
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
content/en/docs/Architecture/trustedboot.md | Added link to the new /opt system extensions doc |
content/en/docs/Advanced/adding_opt_to_system_extensions.md | New guide explaining /opt overlay behavior and config |
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds documentation on how to use /opt
as a system extension overlay and links to it from the Trusted Boot guide.
- Corrects the link case in the Trusted Boot doc and adds a reference to the new
/opt
guide - Introduces a new guide explaining how to enable
/opt
in system extensions via cloud-init
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
File | Description |
---|---|
content/en/docs/Architecture/trustedboot.md | Fixed link path casing and added a link to the /opt sysext guide |
content/en/docs/Advanced/adding_opt_to_system_extensions.md | New guide on enabling /opt as a sysext overlay with example configs |
Comments suppressed due to low confidence (1)
content/en/docs/Advanced/adding_opt_to_system_extensions.md:87
- The YAML code block starting at line 33 isn't closed. Add a closing ``` fence after the last line of the snippet to ensure proper Markdown rendering.
- systemd-sysext
Fixes: kairos-io/kairos#3395
Seems to work as expected: