[syslinux:master] hdt: Adding dump mode on pre-built images

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Mon Apr 25 15:29:17 PDT 2011


Commit-ID:  94a1eed63cd109923b73774f2739836cc0f7a80e
Gitweb:     http://syslinux.zytor.com/commit/94a1eed63cd109923b73774f2739836cc0f7a80e
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Tue, 19 Apr 2011 20:05:35 +0200
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Tue, 19 Apr 2011 20:05:35 +0200

hdt: Adding dump mode on pre-built images

As we now have a dump mode, let's add an entry in our menu for that.


---
 com32/hdt/floppy/hdt.cfg |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg
index f72a213..c876d23 100644
--- a/com32/hdt/floppy/hdt.cfg
+++ b/com32/hdt/floppy/hdt.cfg
@@ -77,6 +77,15 @@ ENDTEXT
 COM32 hdt.c32
 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids verbose nomenu
 
+LABEL dump
+MENU LABEL Dump hardware config to TFTP server 
+TEXT HELP
+ Starts HDT using the Command Line Interface (CLI) and run 'dump'
+ VESA mode is enabled
+ENDTEXT
+COM32 hdt.c32
+APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='dump'
+
 MENU SEPARATOR
 
 LABEL memtest



More information about the Syslinux-commits mailing list