Skip to content

arm64: Fix zboot regression when building tar-pkg

Lenny Szubowicz requested to merge lszubowi/centos-stream-9:rhel-46772 into main

JIRA: https://issues.redhat.com/browse/RHEL-46772

When CONFIG_EFI_ZBOOT is enabled, the name of the compressed binary is vmlinuz.efi instead of Image.gz. An update to scripts/package/buildtar is needed so that vmlinuz.efi can be included when building the tarball via: make tar-pkg

Signed-off-by: Lenny Szubowicz lszubowi@redhat.com

Edited by Lenny Szubowicz

Merge request reports