Actions
Feature #30680
closedChange kexec options used on FDI to work on systems using UEFI + SecureBoot
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Image
Difficulty:
trivial
Triaged:
Yes
Description
Currently, when using FDI, there is a single kexec command which is executed when foreman triggers the power/kexec api.
This single command only works in systems using BIOS or UEFI without SecureBoot.
It is possible to kexec systems using UEFI + SecureBoot using the kexec option "-s".
Adding a condition that will check if the system is using SecureBoot and changing accordingly the kexec options to be used, would allow provisioning those systems using FDI.
I will propose a patch in PR.
Updated by Joniel Pasqualetto over 4 years ago
- Subject changed from Change kexec options used on FDI to work on systems using UEFI + SecureBoot #11 to Change kexec options used on FDI to work on systems using UEFI + SecureBoot
Updated by Joniel Pasqualetto over 4 years ago
- Pull request https://github.com/theforeman/smart_proxy_discovery_image/pull/13 added
Updated by Lukas Zapletal over 4 years ago
- Project changed from Foreman to Discovery
- Category set to Image
- Difficulty set to trivial
- Triaged changed from No to Yes
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
Updated by Joniel Pasqualetto over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset smart_proxy_discovery_image|67688b5af2140689d72748a895f700ff04477103.
Actions