docs: Document that systemd-confext and sysext are unsupported - #2436
Merged
cgwalters merged 1 commit intoSep 10, 2026
Merged
Conversation
mohan-shash
force-pushed
the
docs/document-sysext-confext-unsupported
branch
from
September 4, 2026 20:35
808465f to
51eb926
Compare
HarshwardhanPatil07
approved these changes
Sep 6, 2026
Contributor
|
Thank you for writing this! |
cgwalters
requested changes
Sep 8, 2026
| A key reason is that bootc systems commonly use composefs for the root filesystem, | ||
| and may also enable [transient root](#enabling-transient-root) and/or | ||
| [transient `/etc`](#enabling-transient-etc). Each of these features uses overlayfs | ||
| stacking. The Linux kernel limits filesystem stacking depth |
Collaborator
There was a problem hiding this comment.
Hmm, I think this is fixable by using etc = none in current composefs backend, which doesn't have a corresponding ostree knob (but should).
Then confext could take over /etc.
Contributor
Author
There was a problem hiding this comment.
should we file an issue for this?
State explicitly that bootc has not validated systemd-confext or systemd-sysext on deployed systems. Split the rationale into bootc-specific overlay conflicts (composefs and transient /etc stacking depth) and OS-specific integration concerns (e.g. SELinux), note the etc = none composefs backend option that frees /etc for confext, and point readers to supported per-host configuration alternatives. Assisted-by: AI Signed-off-by: mohan-shash <mokumar@redhat.com>
mohan-shash
force-pushed
the
docs/document-sysext-confext-unsupported
branch
from
September 9, 2026 13:04
a5c313e to
c10ef6d
Compare
cgwalters
approved these changes
Sep 10, 2026
cgwalters
left a comment
Collaborator
There was a problem hiding this comment.
I think we'll be following up on this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
systemd-confext and systemd-sysextsection under/etcinfilesystem.md/etcThis addresses recurring questions where the presence of
systemd-confext/systemd-sysextin the OS image is mistaken for bootc support.Assisted-by: AI - Cursor