david/ipxe
Archived
1
0

[pxe] Remove startpxe and stoppxe commands from default builds

These commands exist primarily for debugging and are not generally
useful, so save 137 bytes by removing them by default.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown 2010-11-21 23:40:40 +00:00
parent fdd42fa950
commit b91116e072
2 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define PXE_STACK /* PXE stack in iPXE - required for PXELINUX */ #define PXE_STACK /* PXE stack in iPXE - required for PXELINUX */
#define PXE_MENU /* PXE menu booting */ #define PXE_MENU /* PXE menu booting */
#define PXE_CMD /* PXE commands */
#define SANBOOT_PROTO_ISCSI /* iSCSI protocol */ #define SANBOOT_PROTO_ISCSI /* iSCSI protocol */
#define SANBOOT_PROTO_AOE /* AoE protocol */ #define SANBOOT_PROTO_AOE /* AoE protocol */

View File

@ -124,7 +124,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#undef DIGEST_CMD /* Image crypto digest commands */ #undef DIGEST_CMD /* Image crypto digest commands */
#undef LOTEST_CMD /* Loopback testing commands */ #undef LOTEST_CMD /* Loopback testing commands */
#undef VLAN_CMD /* VLAN commands */ #undef VLAN_CMD /* VLAN commands */
//#undef PXE_CMD /* PXE commands */ #undef PXE_CMD /* PXE commands */
/* /*
* Error message tables to include * Error message tables to include