From 7b5fce3fa6b04f50b76d1b71d78ddec17e0854d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= Date: Wed, 22 Feb 2023 08:32:47 +0100 Subject: [PATCH] Fix binary_memtest for x32 -> ia32 renaming made in memtest86+ >= 6.10-3 memtest86+ switched to /boot/memtest86+ia32.{bin,efi} for 32bits to be coherent with the usual EFI naming. --- scripts/build/binary_memtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build/binary_memtest b/scripts/build/binary_memtest index eabc63829..5cf98b53b 100755 --- a/scripts/build/binary_memtest +++ b/scripts/build/binary_memtest @@ -83,7 +83,7 @@ case "${LB_MEMTEST}" in _MEMTEST_ARCH=x64 ;; i386) - _MEMTEST_ARCH=x32 + _MEMTEST_ARCH=ia32 ;; esac if [ -e "${_PREFIX}/boot/${LB_MEMTEST}${_MEMTEST_ARCH}.bin" ]