-
Notifications
You must be signed in to change notification settings - Fork 602
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
feat: support kexec from uki #10228
feat: support kexec from uki #10228
Conversation
Fixed |
ea88732
to
5d0b2cb
Compare
internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_tasks.go
Outdated
Show resolved
Hide resolved
internal/app/machined/pkg/runtime/v1alpha1/v1alpha1_sequencer_tasks.go
Outdated
Show resolved
Hide resolved
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.
I guess we need to promote this to uki pipeline to prove that it works?
5d0b2cb
to
cfde4ac
Compare
cfde4ac
to
32707cd
Compare
internal/app/machined/pkg/runtime/v1alpha1/bootloader/bootloader.go
Outdated
Show resolved
Hide resolved
internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/grub.go
Outdated
Show resolved
Hide resolved
internal/app/machined/pkg/runtime/v1alpha1/bootloader/grub/grub.go
Outdated
Show resolved
Hide resolved
I don't see any labels so far... |
promoted the misc-0 and removed when i rebased, though the tests doesn't verify anything since if kexec fails it just continues with a normal reboot, I guess we could store that state in meta or something that it was kexeced |
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.
once it passes the tests
Support kexec from UKI for non-secureboot by extracting kernel, initramfs and cmdline from UKI Fixes: #10189 Signed-off-by: Noel Georgi <[email protected]>
32707cd
to
42e1669
Compare
/m |
Support kexec from UKI for non-secureboot by extracting kernel, initramfs and cmdline from UKI
Fixes: #10189