Skip to content

Fix empty AAVMF_VARS.fd file

José Martínez requested to merge xose/edk2:aavmf-vars-fix into debian

The AAVMF_VARS.fd file in the built package is empty (all zeros) because its actual contents are never copied.

This commit fixes the issue and replaces the use of dd with cp (identical to the other OVMF builds) and a truncate, explaining why the truncate is needed.

Merge request reports

Loading