-
Notifications
You must be signed in to change notification settings - Fork 307
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
Fix ostree admin kargs edit-in-place
fails issue
#2669
Conversation
ostree admin kargs edit-in-place
fails issue
Test locally with the patch, this works
|
Thanks for the help of @cgwalters , will try to add a test case to |
ostree admin kargs edit-in-place
fails issueostree admin kargs edit-in-place
fails issue
eb652b0
to
4d2549b
Compare
Add func to set kernel arguments in place, instead of create new deployment Fix ostreedev#2664
Build ostree with this patch, and copy the installed dir to cosa override/rootfs, then build qcow2 image, run test
|
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.
Nice work!
Hmm though actually looks like this broke the unit test case:
|
Even without a mount namespace set up.
OK I figured it out and pushed a small-scoped additional commit to this PR. However, I think this revealed a general issue in libostree that we can discuss and fix separately; will file a PR for that. |
#2672 is the more general fix for that bug. |
(Also let's do the equivalent of #2673 here too) |
Thanks @cgwalters for the fix! |
Add func to set kernel arguments in place, instead of create new
deployment
Fix #2664