From: Erwan Velu Date: Mon, 30 Nov 2009 23:11:25 +0000 (+0100) Subject: hdt: Fixing memtest entry X-Git-Tag: syslinux-3.84-pre6~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72ac272320910ad39028dd84ad8e48e885eed9d2;p=profile%2Fivi%2Fsyslinux.git hdt: Fixing memtest entry Impact: none Fixing memtest entry --- diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile index b342349..2974652 100644 --- a/com32/hdt/Makefile +++ b/com32/hdt/Makefile @@ -31,7 +31,7 @@ CODENAME = $(shell $(SED) -n 's/\#define CODENAME \"\(.*\)\"/\1/p' hdt.h) VERSION_C32 = $(shell echo $(VERSION) | $(SED) -e 's/-/_/g') MEMTEST_URL = http://memtest.org/download/4.00/memtest86+-4.00.bin -MEMTEST = memtest +MEMTEST = memtest.bin KERNEL_VERSION ?= $(shell uname -r) MODULES_ALIAS_FILE ?= /lib/modules/$(KERNEL_VERSION)/modules.alias diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg index 31b5ff1..27d11ba 100644 --- a/com32/hdt/floppy/hdt.cfg +++ b/com32/hdt/floppy/hdt.cfg @@ -75,4 +75,4 @@ MENU LABEL Memtest86+ 4.00 TEXT HELP Starts Memtest86+ 4.00 ENDTEXT -KERNEL memtest +LINUX memtest.bin