memtest86+: fixed grub image detection.

This commit is contained in:
Juan RP 2012-02-23 09:29:23 +01:00
parent e7f061686a
commit cff19d0202
2 changed files with 3 additions and 2 deletions

View File

@ -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+)" {

View File

@ -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"