summarylogtreecommitdiffstats
path: root/test-netboot
diff options
context:
space:
mode:
Diffstat (limited to 'test-netboot')
-rwxr-xr-xtest-netboot4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-netboot b/test-netboot
index 95784be935cf..40dc1ba03607 100755
--- a/test-netboot
+++ b/test-netboot
@@ -2,8 +2,8 @@
set -euo pipefail
OVMFDIR=/usr/share/ovmf
-OVMF_CODE=${OVMFDIR}/ovmf_code_x64.bin
-OVMF_VARS=${OVMFDIR}/ovmf_vars_x64.bin
+OVMF_CODE=${OVMFDIR}/x64/OVMF_CODE.fd
+OVMF_VARS=${OVMFDIR}/x64/OVMF_VARS.fd
IPXE_IMAGE=/usr/share/ipxe-netboot/ipxe.efi
if [[ ! -f ${OVMF_CODE} ]]; then