Displaying 1 result from an estimated 1 matches for "startk".
Did you mean:
start
2004 Oct 07
1
Menu examples?
...stom/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. Examples even more :)
Regards,
Virgil...