Files
ipxe/src/core
Michael Brown 3425726cf3 [menu] Add menu commands
Allow iPXE scripts to create menus.  For example:

    #!ipxe

    menu iSCSI boot demonstration
    item install         Install Fedora to ${root-path}
    item --default boot  Boot from ${root-path}
    item shell           Enter iPXE shell
    item exit            Exit to BIOS
    choose label && goto ${label}

    :boot
    sanboot ${root-path}

    :install
    sanhook ${root-path}
    chain http://${next-server}/fedora.ipxe

    :shell
    shell

    :exit

Inspired-by: Robin Smidsrød <robin@smidsrod.no>
Tested-by: Robin Smidsrød <robin@smidsrod.no>
Signed-off-by: Michael Brown <mcb30@ipxe.org>
2012-03-29 14:02:02 +01:00
..
2010-04-19 23:43:39 +01:00
2010-05-27 01:18:17 +01:00
2010-04-19 23:43:39 +01:00
2010-04-25 17:25:30 +01:00
2006-12-20 03:49:36 +00:00
2010-12-09 13:11:27 +00:00
2005-03-08 18:53:11 +00:00
2012-03-27 11:11:28 +01:00
2010-04-19 23:43:39 +01:00
2010-04-19 23:43:39 +01:00
2010-04-19 23:43:39 +01:00
2011-03-28 18:50:27 +01:00
2010-08-19 12:22:07 +01:00
2010-04-19 23:43:39 +01:00
2011-01-27 18:46:07 +00:00
2012-03-29 14:02:02 +01:00
2010-04-19 23:43:39 +01:00
2010-04-19 23:43:39 +01:00
2010-08-19 12:22:07 +01:00
2012-03-19 17:35:46 +00:00
2010-04-19 23:43:39 +01:00