-
Notifications
You must be signed in to change notification settings - Fork 14
examples: Add bootc UKI & BLS examples #143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
In chatting at devconf one thing came up I think would make sense:
So things like this PR would basically go in bootc. |
e347946
to
6c27730
Compare
Signed-off-by: Timothée Ravier <[email protected]>
Signed-off-by: Timothée Ravier <[email protected]>
Signed-off-by: Timothée Ravier <[email protected]>
6c27730
to
08ed466
Compare
Fine with me as well. I can move that there. Ideally we would have some CI here that checks those as well. |
@@ -0,0 +1 @@ | |||
export DRACUT_NO_XATTR=1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -0,0 +1,6 @@ | |||
# we want to make sure the virtio disk drivers get included | |||
hostonly=no |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a duplicate of what's in the base already
@@ -0,0 +1,34 @@ | |||
# Copyright (C) 2013 Colin Walters <[email protected]> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved to bootc-dev/bootc#1500
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/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will also be unnecessary after bootc-dev/bootc#1500 plus some followon work.
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.