Skip to content

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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Expand on how to use /opt for sysext #411

wants to merge 8 commits into from

Conversation

Itxaka
Copy link
Member

@Itxaka Itxaka commented May 26, 2025

Fixes: kairos-io/kairos#3395

Seems to work as expected:

image

@Itxaka Itxaka requested review from a team and Copilot May 26, 2025 13:31
@Itxaka
Copy link
Member Author

Itxaka commented May 26, 2025

requires testing to verify lol

EDI: done

Copy link

netlify bot commented May 26, 2025

Deploy Preview for kairos-io ready!

Name Link
🔨 Latest commit eb7efb9
🔍 Latest deploy log https://app.netlify.com/projects/kairos-io/deploys/683574babd8b1900086d90e0
😎 Deploy Preview https://deploy-preview-411--kairos-io.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@Copilot Copilot AI left a 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 in systemd-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

@Itxaka
Copy link
Member Author

Itxaka commented May 26, 2025

yep, this works as expected, the /opt sysext goes into there as expected

image

image

@Itxaka Itxaka enabled auto-merge (squash) May 26, 2025 14:47
Signed-off-by: Itxaka <[email protected]>
Signed-off-by: Itxaka <[email protected]>
@Itxaka Itxaka requested review from mauromorales, Copilot and a team May 27, 2025 08:13
Copy link
Contributor

@Copilot Copilot AI left a 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

@Itxaka Itxaka requested a review from Copilot May 27, 2025 08:15
Copy link
Contributor

@Copilot Copilot AI left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: sysext support for /opt
2 participants