Displaying 1 result from an estimated 1 matches for "alhalla".
Did you mean:
valhalla
2004 Oct 07
1
Menu examples?
...tions 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 to a handle...