memtest86+-grub: fix path of /boot/memtest86+.bin binary [release 6.20-2mamba;Sun Jul 30 2023]

This commit is contained in:
Silvan Calarco 2024-01-06 07:05:01 +01:00
parent ce4e4ecbcc
commit 4f239c4cf3
2 changed files with 5 additions and 2 deletions

View File

@ -17,7 +17,7 @@ esac
prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/")" prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/")"
if test -e /boot/memtest86+.bin ; then if test -e /boot/memtest86+.bin ; then
MEMTESTPATH=$( make_system_path_relative_to_its_root "/boot/memtest86+/memtest86+.bin" ) MEMTESTPATH=$( make_system_path_relative_to_its_root "/boot/memtest86+.bin" )
echo "Found memtest86+ image: $MEMTESTPATH" >&2 echo "Found memtest86+ image: $MEMTESTPATH" >&2
cat << EOF cat << EOF
menuentry "Memory test (memtest86+)" { menuentry "Memory test (memtest86+)" {

View File

@ -1,6 +1,6 @@
Name: memtest86+ Name: memtest86+
Version: 6.20 Version: 6.20
Release: 1mamba Release: 2mamba
Summary: Thorough, stand alone memory test for x86 architecture computers (legacy BIOS version) Summary: Thorough, stand alone memory test for x86 architecture computers (legacy BIOS version)
Group: System/Kernel and Hardware Group: System/Kernel and Hardware
Vendor: openmamba Vendor: openmamba
@ -92,6 +92,9 @@ fi
%{_datadir}/memtest86+/memtest.iso %{_datadir}/memtest86+/memtest.iso
%changelog %changelog
* Sun Jul 30 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.20-2mamba
- memtest86+-grub: fix path of /boot/memtest86+.bin binary
* Mon May 08 2023 Automatic Build System <autodist@mambasoft.it> 6.20-1mamba * Mon May 08 2023 Automatic Build System <autodist@mambasoft.it> 6.20-1mamba
- automatic version update by autodist - automatic version update by autodist