mirror of
https://github.com/ipxe/ipxe
synced 2025-12-19 02:50:25 +03:00
[pxe] Add startpxe and stoppxe commands
These commands can be used to activate or deactivate the PXE API (on a specifiable network interface). This is currently of limited use, since most image formats will call shutdown() before booting the image, meaning that the underlying net device gets shut down during remove_devices() anyway.
This commit is contained in:
@@ -204,6 +204,9 @@ REQUIRE_OBJECT ( time_cmd );
|
||||
#ifdef DIGEST_CMD
|
||||
REQUIRE_OBJECT ( digest_cmd );
|
||||
#endif
|
||||
#ifdef PXE_CMD
|
||||
REQUIRE_OBJECT ( pxe_cmd );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
|
||||
Reference in New Issue
Block a user