Fix empty AAVMF_VARS.fd file
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.