mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 04:20:17 +03:00
[cmdline] Add "reboot" command
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -237,6 +237,9 @@ REQUIRE_OBJECT ( lotest_cmd );
|
||||
#ifdef VLAN_CMD
|
||||
REQUIRE_OBJECT ( vlan_cmd );
|
||||
#endif
|
||||
#ifdef REBOOT_CMD
|
||||
REQUIRE_OBJECT ( reboot_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
@@ -125,6 +125,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#undef LOTEST_CMD /* Loopback testing commands */
|
||||
#undef VLAN_CMD /* VLAN commands */
|
||||
#undef PXE_CMD /* PXE commands */
|
||||
#undef REBOOT_CMD /* Reboot command */
|
||||
|
||||
/*
|
||||
* Error message tables to include
|
||||
|
||||
Reference in New Issue
Block a user