examples: Add bootc UKI & BLS examples#143
Closed
travier wants to merge 3 commits intocomposefs:mainfrom
Closed
Conversation
Collaborator
|
In chatting at devconf one thing came up I think would make sense:
So things like this PR would basically go in bootc. |
22 tasks
e347946 to
6c27730
Compare
Signed-off-by: Timothée Ravier <tim@siosm.fr>
Signed-off-by: Timothée Ravier <tim@siosm.fr>
Signed-off-by: Timothée Ravier <tim@siosm.fr>
6c27730 to
08ed466
Compare
1 task
Collaborator
Author
Fine with me as well. I can move that there. Ideally we would have some CI here that checks those as well. |
cgwalters
reviewed
Aug 12, 2025
| @@ -0,0 +1 @@ | |||
| export DRACUT_NO_XATTR=1 | |||
Collaborator
There was a problem hiding this comment.
cgwalters
reviewed
Aug 12, 2025
| @@ -0,0 +1,6 @@ | |||
| # we want to make sure the virtio disk drivers get included | |||
| hostonly=no | |||
Collaborator
There was a problem hiding this comment.
Just a duplicate of what's in the base already
| @@ -0,0 +1,34 @@ | |||
| # Copyright (C) 2013 Colin Walters <walters@verbum.org> | |||
Comment on lines
+7
to
+10
| cargo build --release --features=pre-6.15 --bin cfsctl --bin composefs-setup-root | ||
|
|
||
| cp ../../target/release/cfsctl . | ||
| cp ../../target/release/composefs-setup-root extra/usr/lib/dracut/modules.d/37composefs/ |
Collaborator
There was a problem hiding this comment.
This will also be unnecessary after bootc-dev/bootc#1500 plus some followon work.
Collaborator
Author
|
Closing this one in favor of bootc-dev/bootc#1533 |
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.
Related to:
Those are the Containerfiles and scripts that we used for the DevConf.cz demo.
Draft for now until we clean things up and wire CI & bootc integration.