[syslinux:master] hdt: Adding say & postexec demo

syslinux-bot for Erwan Velu erwanaliasr1 at gmail.com
Sun May 27 13:00:08 PDT 2012


Commit-ID:  b460b0162d56a89c512cf62d44ddb25f0eef8e60
Gitweb:     http://www.syslinux.org/commit/b460b0162d56a89c512cf62d44ddb25f0eef8e60
Author:     Erwan Velu <erwanaliasr1 at gmail.com>
AuthorDate: Sun, 27 May 2012 11:58:19 +0200
Committer:  Erwan Velu <erwanaliasr1 at gmail.com>
CommitDate: Sun, 27 May 2012 11:58:19 +0200

hdt: Adding say & postexec demo

When building official hdt image, let's add a say & postexec example.

---
 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 c876d23..e5f3b0a 100644
--- a/com32/hdt/floppy/hdt.cfg
+++ b/com32/hdt/floppy/hdt.cfg
@@ -86,6 +86,15 @@ ENDTEXT
 COM32 hdt.c32
 APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='dump'
 
+LABEL postexec
+MENU LABEL Dump memory info, sleep 5 and start memtest entry 
+TEXT HELP
+ Starts HDT using the Command Line Interface (CLI), show an item, say a message reboot and start memtest
+ VESA mode is enabled
+ENDTEXT
+COM32 hdt.c32
+APPEND modules_pcimap=modules.pcimap modules_alias=modules.alias pciids=pci.ids quiet vesa nomenu auto='show memory;say `########`;say `Starting memtest in 5 sec`%5;exit' postexec='memtest'
+
 MENU SEPARATOR
 
 LABEL memtest


More information about the Syslinux-commits mailing list