This PR adds pre_bootloader_hint into the updating ABC. This should allow to hook into the process especially for situations like https://github.com/Nitrokey/nitrokey-app2/pull/254 to improve the update process in e.g. QubesOS
Changes
add pre_bootloader_hint as hook during update
implement noop for pre_bootloader_hint for cli-based update process
Checklist
Make sure to run make check and make fix before creating a PR, otherwise the CI will fail.
This PR adds
pre_bootloader_hint
into the updating ABC. This should allow to hook into the process especially for situations like https://github.com/Nitrokey/nitrokey-app2/pull/254 to improve the update process in e.g. QubesOSChanges
pre_bootloader_hint
as hook during updatepre_bootloader_hint
for cli-based update processChecklist
Make sure to run
make check
andmake fix
before creating a PR, otherwise the CI will fail.Test Environment and Execution