david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/hci/commands
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
..
autoboot_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00
config_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00
dhcp_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00
digest_cmd.c [image] Simplify image management commands and internal API 2012-03-24 23:12:04 +00:00
fcmgmt_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00
gdbstub_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00
ifmgmt_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00
image_cmd.c [image] Simplify image management commands and internal API 2012-03-24 23:12:04 +00:00
image_trust_cmd.c [image] Add the "imgtrust" and "imgverify" commands 2012-03-25 00:11:43 +00:00
iwmgmt_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00
login_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00
lotest_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00
menu_cmd.c [menu] Add menu commands 2012-03-29 14:02:02 +01:00
nvo_cmd.c [settings] Add "read" command 2011-03-27 13:24:21 +01:00
route_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00
sanboot_cmd.c [sanboot] Add "sanhook" and "sanunhook" commands 2011-04-24 16:44:34 +01:00
time_cmd.c [cmdline] Make "sleep" command available by default 2011-10-24 15:39:05 +01:00
vlan_cmd.c [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +00:00