Fix docs for FIPS, btrfs, partitioning_mode - #210
Merged
Conversation
schuellerf
force-pushed
the
fix-docs
branch
2 times, most recently
from
July 31, 2026 09:01
ff41712 to
f5c9d82
Compare
schuellerf
marked this pull request as ready for review
July 31, 2026 09:03
FIPS is no longer Edge-only; point readers at per-type supported_options in the image descriptions.
Align the partitioning_mode list with the Partitioning guide, which already describes btrfs alongside auto-lvm, raw, and lvm.
The array elements must be objects; the previous example was invalid JSON and would fail if copied into a compose request.
State both cases directly instead of an "unless" phrasing.
achilleas-k
approved these changes
Jul 31, 2026
achilleas-k
left a comment
Member
There was a problem hiding this comment.
Cheers. LGTM.
Small note, but up to you.
| - `auto-lvm` (default) uses raw unless [filesystem customizations](#filesystems) are included, in which case it uses LVM. | ||
| - `raw` always uses raw partitions | ||
| - `lvm` always uses LVM partitions | ||
| - `btrfs` converts the root partition to a Btrfs volume (extra mountpoints become subvolumes; see [Partitioning](./07-partitioning.md)) |
Member
There was a problem hiding this comment.
Should we mention that it's not supported on CentOS and RHEL (except if building with a custom kernel that supports it?) or should we expect that people will know?
Contributor
Author
There was a problem hiding this comment.
I usually expect all sorts of people reading our docs, so sure, I'll add a hint for this, makes sense!
(in the next PR :-D )
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.
based on #209
fixes docs for FIPS, btrfs and partitioning_mode
especially the
partitioning_modeneeds a review if this is better now…in the
custom_repositoriesjson, I think there only was a typo.setting to draft so we can merge them in-order.