[Fwd: Re: [syslinux] Comboot Menu]

Marc Haisenko haisenko at webport.de
Wed Jan 21 23:36:38 PST 2004


On Wednesday 21 January 2004 18:15, Murali Krishnan Ganapathy wrote:
> Thanks for the comment. The next pass for a file format ...
>
> ------ FILE BEGINS -----
> # Comment lines
>
> [menu]
> item="text to display"
> status="status line text"
> action= SUBMENU | INACTIVE | whatever
> submenu= <number>
> data="arbitrary string"
>
> item="text to display"
> status="status line text"
> action= SUBMENU | INACTIVE | RUN | EXIT
> submenu= <number>
> data="arbitrary string"
> ....

I see a problem here: what if I wrote something like this:
action=ACTION1
item="My first item

action=ACTION2
item="My second item"

It would probably result in the first item using ACTION2 and the second item 
to have no action at all (and ACTION1 beeing ignored). So I'd rather do 
something like:

[menu 0]
[item "Text to display"]
action=ACTION2

[item "Another text"]
action=ACTION3

Or some other notion, but at least having a (visible) mark that we are now 
starting an item section.

C'ya,
	Marc

-- 
Marc Haisenko
Systemspezialist
Webport IT-Services GmbH
mailto: haisenko at webport.de




More information about the Syslinux mailing list