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 bf2da3122b [cmdline] Make "sleep" command available by default
The "sleep" command is generally useful to have.  For example:

  :dhcp_retry
  dhcp && goto dhcp_done
  sleep 5
  goto dhcp_retry
  :dhcp_done

Make the "sleep" command available by default, leaving TIME_CMD
controlling only the (fairly specialist) "time" command.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
2011-10-24 15:39:05 +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 [parseopt] Refer to online documentation for command help 2011-03-04 12:18:51 +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] Remove redundant call to basename() 2011-03-27 19:37:42 +01: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
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