[syslinux:master] hdt: Updating memtest to 4.20

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Sun Feb 6 14:07:42 PST 2011


Commit-ID:  28b992795f65861cfc63c6b3044f884a7483e8f7
Gitweb:     http://syslinux.zytor.com/commit/28b992795f65861cfc63c6b3044f884a7483e8f7
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Wed, 26 Jan 2011 23:51:59 +0100
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Wed, 26 Jan 2011 23:51:59 +0100

hdt: Updating memtest to 4.20



---
 com32/hdt/Makefile       |    4 ++--
 com32/hdt/floppy/hdt.cfg |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 24e63c2..40ea3ac 100644
--- a/com32/hdt/Makefile
+++ b/com32/hdt/Makefile
@@ -30,7 +30,7 @@ VERSION   = $(shell $(SED) -n 's/\#define VERSION \"\(.*\)\"/\1/p' hdt.h)
 CODENAME  = $(shell $(SED) -n 's/\#define CODENAME \"\(.*\)\"/\1/p' hdt.h)
 VERSION_C32 = $(shell echo $(VERSION) | $(SED) -e 's/-/_/g' | $(SED) -e 's/\./_/g')
 
-MEMTEST_URL = http://memtest.org/download/4.10/memtest86+-4.10.bin
+MEMTEST_URL = http://memtest.org/download/4.20/memtest86+-4.20.bin
 MEMTEST     = memtest.bin
 
 KERNEL_VERSION          ?= $(shell uname -r)
@@ -121,7 +121,7 @@ clean: tidy
 spotless: clean
 	rm -f *.lss *.c32 *.com hdt*.img hdt*.iso hdt*.img.gz
 	rm -rf $(ISO_DIR)
-	rm -rf $(FLOPPY_DIR)/memtest
+	rm -rf $(FLOPPY_DIR)/$(MEMTEST)
 	rm -rf $(FLOPPY_DIR)/pci.ids*
 	rm -f *~ \#*
 
diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg
index 8eddb2c..ca3e042 100644
--- a/com32/hdt/floppy/hdt.cfg
+++ b/com32/hdt/floppy/hdt.cfg
@@ -80,8 +80,8 @@ APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids
 MENU SEPARATOR
 
 LABEL memtest
-MENU LABEL Memtest86+ 4.10
+MENU LABEL Memtest86+ 4.20
 TEXT HELP
- Starts Memtest86+ 4.10
+ Starts Memtest86+ 4.20
 ENDTEXT
 LINUX memtest.bin



More information about the Syslinux-commits mailing list