search for: opt_radiomenu

Displaying 2 results from an estimated 2 matches for "opt_radiomenu".

2008 Jun 19
5
No sub-menus in complex.c32
>> Hi, >> >> I have created my own custom menu using menu/complex.c as an example. >> This was way back in the syslinux 2.x days, so the menu system had not >> yet been converted to COM32. With a few minor changes, I now have >> this compiling and running under v3.63. The problem is that only the >> top level menu works. Trying to access any sub-menu
2004 Oct 07
1
Menu examples?
...he most common options with the intention of creating this: label ks.menu kernel vmlinuz.ks.$DIST append ksdevice=eth0 ks=http://kickstartserver/$DIST/Custom/ks.cfg.$DIST initrd=initrd.ks.$DIST lang= devfs=nomount ramdisk_size=8192 Hmm...looking at it, that's not much more than a single OPT_RADIOMENU. valhalla = add_item("Custom <V>alhalla","WC Customised RedHat 7.3",OPT_RADIOITEM,"valhalla",0); add_sep(); startks = add_item("Start <K>ickstart","Start RedHat Kickstart install",OPT_RUN,"ks.menu",0); But then I'll need...