docs: Add initramfs day two options and future - #2415
Merged
Merged
Conversation
cgwalters
reviewed
Aug 26, 2026
Admins might need to add machine-specific initramfs content after install (a udev rule to unlock local storage is the classic case) and reach for editing /boot, which bootc overwrites on update. Document the supported path: build a machine-local derived image that regenerates the initramfs, so the image stays the source of truth. Also record why rpm-ostree's client-side initramfs is incompatible with bootc upgrade, and the UKI-addon direction. Assisted-by: AI Signed-off-by: Joseph Marrero Corchado <[email protected]>
jmarrero
force-pushed
the
docs/initramfs-day-2
branch
from
September 14, 2026 18:12
f1f5b77 to
4006c62
Compare
jmarrero
marked this pull request as ready for review
September 14, 2026 18:15
Contributor
Author
|
I also had Claude Code with Fable create Containers and test these with bcvk. |
cgwalters
approved these changes
Sep 15, 2026
Collaborator
Would be good to put that stuff somewhere, maybe as part of revitalizing https://gitlab.com/fedora/bootc/tests/bootc-workflow-test |
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.
Admins might need to add machine-specific initramfs content after install
(a udev rule to unlock local storage is the classic case) and reach for
editing /boot, which bootc overwrites on update. Document the supported
path: build a machine-local derived image that regenerates the
initramfs, so the image stays the source of truth.
Also record why rpm-ostree's client-side initramfs is incompatible with
bootc upgrade, and the UKI-addon direction.
Assisted-by: AI