memtest86+: fixed grub image detection.
This commit is contained in:
parent
e7f061686a
commit
cff19d0202
|
@ -9,8 +9,8 @@ fi
|
|||
|
||||
. /usr/lib/grub/grub-mkconfig_lib
|
||||
|
||||
if test -e /boot/memtest86+.bin ; then
|
||||
MEMTESTPATH=$( make_system_path_relative_to_its_root "/boot/memtest86+.bin" )
|
||||
if test -e /boot/memtest86+ ; then
|
||||
MEMTESTPATH=$( make_system_path_relative_to_its_root "/boot/memtest86+" )
|
||||
echo "Found memtest86+ image: $MEMTESTPATH" >&2
|
||||
cat << EOF
|
||||
menuentry "Memory test (memtest86+)" {
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Template file for 'memtest86+'
|
||||
pkgname=memtest86+
|
||||
version=4.20
|
||||
revision=1
|
||||
homepage="http://www.memtest.org"
|
||||
distfiles="http://www.memtest.org/download/$version/$pkgname-$version.tar.gz"
|
||||
short_desc="An Advanced Memory Diagnostic Tool"
|
||||
|
|
Loading…
Reference in New Issue
Block a user