memtest86+-grub: fix path of /boot/memtest86+.bin binary [release 6.20-2mamba;Sun Jul 30 2023]
This commit is contained in:
parent
ce4e4ecbcc
commit
4f239c4cf3
@ -17,7 +17,7 @@ esac
|
||||
prepare_boot_cache="$(prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/")"
|
||||
|
||||
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
|
||||
cat << EOF
|
||||
menuentry "Memory test (memtest86+)" {
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: memtest86+
|
||||
Version: 6.20
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Thorough, stand alone memory test for x86 architecture computers (legacy BIOS version)
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
@ -92,6 +92,9 @@ fi
|
||||
%{_datadir}/memtest86+/memtest.iso
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user