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:
parent
c8fe85038f
commit
7b5fce3fa6
|
@ -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" ]
|
||||||
|
|
Loading…
Reference in New Issue