From 546cc62394e12aa04eb16da8a47edd7d93869023 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Sun, 28 Jun 2009 20:50:23 +0100 Subject: [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. --- src/config/general.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config') diff --git a/src/config/general.h b/src/config/general.h index dfc87007c..170ad33a0 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -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 -- cgit v1.2.3-55-g7522