hdt: Adding postexec= option
authorErwan Velu <erwanaliasr1@gmail.com>
Sat, 17 Dec 2011 21:27:07 +0000 (22:27 +0100)
committerErwan Velu <erwanaliasr1@gmail.com>
Sat, 17 Dec 2011 21:27:07 +0000 (22:27 +0100)
commitc0c25b4826950162517896c5039c6d62d07115be
tree8b01e89ed4cce1dbc1eb9f1c518117d51383ed41
parent6ce64e6166ecbdbd137513025d108e8ea904c2ec
hdt: Adding postexec= option

When HDT is exiting, you might need executing something else.
This could be used in the following scenario :

You start HDT, do an automatic command like 'dump; exit', but then after
you might need to launch something else from syslinux.

The postexec option will allow you to define what label you'd love
running one HDT got terminated.

Syntaxt is like the following:

postexec='menu_label_to_run_once_hdt_got_exited'

Note the quotes (') after the equal sign (=)

This could looks like :
APPEND auto='dump; exit' postexec='memtest'
com32/hdt/hdt-common.c
com32/hdt/hdt-common.h
com32/hdt/hdt.c