mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +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:
@@ -105,6 +105,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#define LOGIN_CMD /* Login command */
|
||||
#undef TIME_CMD /* Time commands */
|
||||
#undef DIGEST_CMD /* Image crypto digest commands */
|
||||
#define PXE_CMD /* PXE commands */
|
||||
|
||||
/*
|
||||
* Obscure configuration options
|
||||
|
||||
Reference in New Issue
Block a user