hy, i'm looking for a way to register the start of a specific menu entry (the parameter is "linux") with the ontimeout handler, unfortunately the complex example only offers beep(). what is the correct way to start this specific entry? something like char *call = "linux"; return call; thx in advance, marco
Marco Descher
2005-Sep-28 11:00 UTC
[syslinux] complex menu and timeout handler [RESOLVED]
i found a way to resolve to a selected default (linux): --- code modification TIMEOUTCODE ontimeout() { //beep(); runsyslinuxcmd("linux"); return CODE_ENTER; } ---- cheers marco On Wed, 2005-09-28 at 10:21 +0200, Marco Descher wrote:> hy, > > i'm looking for a way to register the start of a specific menu entry > (the parameter is "linux") with the ontimeout handler, unfortunately the > complex example only offers beep(). > > what is the correct way to start this specific entry? something like > > char *call = "linux"; > return call; > > thx in advance, > marco > > _______________________________________________ > SYSLINUX mailing list > Submissions to SYSLINUX at zytor.com > Unsubscribe or set options at: > http://www.zytor.com/mailman/listinfo/syslinux > Please do not send private replies to mailing list traffic. >