From 094b4dd2872bcaa809d65acad381232f745ce118 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Wed, 24 Jun 2020 19:11:18 -0500 Subject: [PATCH] Pin iPXE branch to known working Pins iPXE branch as arm64 build is failing with a Unrecognised relocation type 311. It appears that iPXE upstream may have introduced a change causing build to fail in commit a61b27b97f572a83ede765a0e779694865950cf2 --- script/netbootxyz-overrides.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/script/netbootxyz-overrides.yml b/script/netbootxyz-overrides.yml index 1e5b9c64..527b8492 100644 --- a/script/netbootxyz-overrides.yml +++ b/script/netbootxyz-overrides.yml @@ -11,6 +11,7 @@ generate_signatures: true sigs_dir: "{{ netbootxyz_root }}/sigs" sigs_location: "http://${boot_domain}/sigs/" cert_dir: "/ansible/certs" +ipxe_branch: 8830f2f3514751e702199600fa6d0c42522a709a ipxe_trust_args: "TRUST={{ ipxe_ca_location }}" ipxe_ca_url: http://ca.ipxe.org/ca.crt ipxe_ca_filename: ca-ipxe-org.crt