search for: opt_exitmenu

Displaying 4 results from an estimated 4 matches for "opt_exitmenu".

2006 Nov 22
2
Problem with "additional" submenus
...add_item("Update 3", "Update 3", OPT_RUN, "RHELAS4_x86_U3", 0); add_item("Update 4", "Update 4", OPT_RUN, "RHELAS4_x86_U4", 0); add_item("Back to RHEL Options Menu", "Back to Redhat Enterprise Linux Options Menu", OPT_EXITMENU, "exit", 0); // Enterprise Server 4 Submenu add_named_menu("Enterprise Server 4", "Select Update revision", -1); add_item("Release", "Release", OPT_RUN, "RHELES4_x86", 0); add_item("Update 1", "Update 1", OP...
2004 Feb 03
2
SYSLINUX 2.09-pre5 - Menu Depth "Feature"
...hen call a third menu it will bring up the second menu instead of the third. MAIN = add_menu(" Main Menu "); add_item("Begin Menu Depth Test","Only Allows Depth Of Two",OPT_SUBMENU,NULL,ONE); add_item("Exit to prompt", "Exit the menu system", OPT_EXITMENU, "exit", 0); ONE = add_menu(" LEVEL 1 "); add_item("GOTO LEVEL 2","Go one level up",OPT_SUBMENU,NULL,TWO); add_item("Exit to prompt", "Exit the menu system", OPT_EXITMENU, "exit", 0); TWO = add_menu(" LEVEL 2 &quot...
2006 Nov 27
8
Chaining from PXELinux to some other boot loader
Hi I am using PXELinux to boot BartPE and some other application and it works fine. There are some other Boot application which I am using 3COM MBAUTIL PXE.mnu and floppy images. I have problem chaining from pxelinux.0 to 3com pxe.0 (pxe.mnu). Consider: BIOS->(DHCP-TFTP)->pxelinux.0 works fine. BIOS->(DHCP-TFTP)->3COM pxe.mnu works fine, the menu appears and I can choose a floppy
2004 Jan 16
6
Comboot Menu
Since lot of people want this thing, I will try to take a stab at it. For now, I will hard code the menu in the code, and then somebody else can remove that restriction. May be we can add some kind of keyword to the config file which syslinux ignores and the comboot menu does something with it. I have one question about comboot: If I write a DOS program using C (compiled using watcom -3 -mt -osx