aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErwan Velu <erwanaliasr1@gmail.com>2012-05-27 11:58:19 +0200
committerErwan Velu <erwanaliasr1@gmail.com>2012-05-27 11:58:19 +0200
commitb460b0162d56a89c512cf62d44ddb25f0eef8e60 (patch)
treefaa00f66bda5c8835818865774645663d8263b09
parent30abec4d70d34875b0ca312d62eed5e264f9050d (diff)
downloadsyslinux-b460b0162d56a89c512cf62d44ddb25f0eef8e60.tar.gz
syslinux-b460b0162d56a89c512cf62d44ddb25f0eef8e60.tar.xz
syslinux-b460b0162d56a89c512cf62d44ddb25f0eef8e60.zip
hdt: Adding say & postexec demo
When building official hdt image, let's add a say & postexec example.
-rw-r--r--com32/hdt/floppy/hdt.cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/com32/hdt/floppy/hdt.cfg b/com32/hdt/floppy/hdt.cfg
index c876d239..e5f3b0a0 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