From 72ac272320910ad39028dd84ad8e48e885eed9d2 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Tue, 1 Dec 2009 00:11:25 +0100 Subject: [PATCH] hdt: Fixing memtest entry Impact: none Fixing memtest entry --- com32/hdt/Makefile | 2 +- com32/hdt/floppy/hdt.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.7.4