search for: opt_radioitem

Displaying 1 result from an estimated 1 matches for "opt_radioitem".

2004 Oct 07
1
Menu examples?
...d 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 to a handler to append all the options. valhalla->handler = &dist_handler; Any advice appreciated....