Browse Source

[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>
tags/v1.20.1
Michael Brown 14 years ago
parent
commit
b91116e072
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      src/config/defaults/pcbios.h
  2. 1
    1
      src/config/general.h

+ 0
- 1
src/config/defaults/pcbios.h View File

28
 
28
 
29
 #define PXE_STACK		/* PXE stack in iPXE - required for PXELINUX */
29
 #define PXE_STACK		/* PXE stack in iPXE - required for PXELINUX */
30
 #define PXE_MENU		/* PXE menu booting */
30
 #define PXE_MENU		/* PXE menu booting */
31
-#define	PXE_CMD			/* PXE commands */
32
 
31
 
33
 #define	SANBOOT_PROTO_ISCSI	/* iSCSI protocol */
32
 #define	SANBOOT_PROTO_ISCSI	/* iSCSI protocol */
34
 #define	SANBOOT_PROTO_AOE	/* AoE protocol */
33
 #define	SANBOOT_PROTO_AOE	/* AoE protocol */

+ 1
- 1
src/config/general.h View File

124
 #undef	DIGEST_CMD		/* Image crypto digest commands */
124
 #undef	DIGEST_CMD		/* Image crypto digest commands */
125
 #undef	LOTEST_CMD		/* Loopback testing commands */
125
 #undef	LOTEST_CMD		/* Loopback testing commands */
126
 #undef	VLAN_CMD		/* VLAN commands */
126
 #undef	VLAN_CMD		/* VLAN commands */
127
-//#undef	PXE_CMD			/* PXE commands */
127
+#undef	PXE_CMD			/* PXE commands */
128
 
128
 
129
 /*
129
 /*
130
  * Error message tables to include
130
  * Error message tables to include

Loading…
Cancel
Save