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.
This commit is contained in:
Raphaël Hertzog 2023-02-22 08:32:47 +01:00
parent c8fe85038f
commit 7b5fce3fa6
No known key found for this signature in database
GPG Key ID: 03881DABEBC29AB9
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ case "${LB_MEMTEST}" in
_MEMTEST_ARCH=x64 _MEMTEST_ARCH=x64
;; ;;
i386) i386)
_MEMTEST_ARCH=x32 _MEMTEST_ARCH=ia32
;; ;;
esac esac
if [ -e "${_PREFIX}/boot/${LB_MEMTEST}${_MEMTEST_ARCH}.bin" ] if [ -e "${_PREFIX}/boot/${LB_MEMTEST}${_MEMTEST_ARCH}.bin" ]