Draft
Conversation
d249fde to
2728c8a
Compare
Member
Author
|
Found a small bug while testing out the documentation that we will address: osbuild/images#2228 for now it has a warning that LVM base partition tables don't work with bootc images. |
af0a08e to
be2a629
Compare
bcl
reviewed
Feb 24, 2026
bcl
reviewed
Feb 24, 2026
Contributor
|
Related to this (I think) the osbuild.github.io readme-list should pull the README from https://github.com/osbuild/images/blob/main/data/files/pxetree/README and add it as a new section on bootc-pxe-tar |
fpoirotte
reviewed
Feb 25, 2026
be2a629 to
bcc0592
Compare
bcc0592 to
eb31ea1
Compare
eb31ea1 to
b8608d9
Compare
Using the newly introduced advanced section move the `Containerfile` for installer setup into it. Also write down a new section of sources of configuration for `image-builder` when converting bootable containers. Signed-off-by: Simon de Vlieger <cmdr@supakeen.com>
b8608d9 to
6f44609
Compare
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.
Using the newly introduced advanced section move the
Containerfilefor installer setup into it. Also documentdisk.yamlandiso.yaml.The
disk.yamlis our general partitioning format in the YAML definitions so when we start officially exposing/documenting that the section can move and we can refer to it.