[syslinux:master] hdt: updating memtest to 4.10

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Tue Jun 22 14:36:15 PDT 2010


Commit-ID:  8cf1cc38bf47c39e40dabf581378a05baa4ed365
Gitweb:     http://syslinux.zytor.com/commit/8cf1cc38bf47c39e40dabf581378a05baa4ed365
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Tue, 22 Jun 2010 23:27:41 +0200
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Tue, 22 Jun 2010 23:27:41 +0200

hdt: updating memtest to 4.10



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

diff --git a/com32/hdt/Makefile b/com32/hdt/Makefile
index 5c02c43..f2e5f83 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.00/memtest86+-4.00.bin
+MEMTEST_URL = http://memtest.org/download/4.10/memtest86+-4.10.bin
 MEMTEST     = memtest.bin
 
 KERNEL_VERSION          ?= $(shell uname -r)
diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg
index 27d11ba..1350521 100644
--- a/com32/hdt/floppy/hdt.cfg
+++ b/com32/hdt/floppy/hdt.cfg
@@ -71,8 +71,8 @@ APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids
 MENU SEPARATOR
 
 LABEL memtest
-MENU LABEL Memtest86+ 4.00
+MENU LABEL Memtest86+ 4.10
 TEXT HELP
- Starts Memtest86+ 4.00
+ Starts Memtest86+ 4.10
 ENDTEXT
 LINUX memtest.bin



More information about the Syslinux-commits mailing list