Skip to content

Backport v2023 <- v2024dev1: Mark OVA generation action as a postprocess task

Walter Lozano requested to merge wip/wlozano/ova-fix-v2023 into apertis/v2023

Backport !589 (merged)

The action run to generate the ova image isn't currently marked as a postprocess task, so it's being run when the image is still mounted. This has oddly seems to be working in most places, that is until it stopped in a teams use of this recipe resulting in missing boot config files.

Mark this action as a postprocess step to avoid racy behaviour.

https://phabricator.apertis.org/T9771

Signed-off-by: Martyn Welch martyn.welch@collabora.com

Edited by Walter Lozano

Merge request reports