From 4dace49282b610d54b5b39917598a80ac3e1ce6a Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Thu, 31 Mar 2022 15:56:30 +0530 Subject: [PATCH] fix: ipxe prompt arm64 Fixes iPXE prompt hanging on ARM64 The fix is not added as a patch since `src/config/local` is supposed to be user fixes added in iPXE and gitignored by the iPXE project Fixes: https://github.com/siderolabs/sidero/issues/806 Signed-off-by: Noel Georgi --- ipxe/pkg.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ipxe/pkg.yaml b/ipxe/pkg.yaml index bf802c48b..a707e88af 100644 --- a/ipxe/pkg.yaml +++ b/ipxe/pkg.yaml @@ -17,6 +17,14 @@ steps: tar -xzf ipxe.tar.gz --strip-components=1 patch -p1 < /pkg/patches/https.patch + + # ref: https://github.com/siderolabs/sidero/issues/806 + {{ if eq .ARCH "aarch64" }} + cat < src/config/local/nap.h + #undef NAP_EFIARM + #define NAP_NULL + EOF + {{ end }} build: - | cd src/