diff options
author | Michael Brown | 2010-11-22 00:40:40 +0100 |
---|---|---|
committer | Michael Brown | 2010-11-22 01:34:48 +0100 |
commit | b91116e072c1dfad4f4acfd3dc89347ea5dd913c (patch) | |
tree | 07380d41d596f6ac8873e686d98bbbc435d0a38a /src/config/defaults | |
parent | [legal] Add some missing FILE_LICENCE declarations (diff) | |
download | ipxe-b91116e072c1dfad4f4acfd3dc89347ea5dd913c.tar.gz ipxe-b91116e072c1dfad4f4acfd3dc89347ea5dd913c.tar.xz ipxe-b91116e072c1dfad4f4acfd3dc89347ea5dd913c.zip |
[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>
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/pcbios.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index 165ee14c..7846f8f0 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -28,7 +28,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define PXE_STACK /* PXE stack in iPXE - required for PXELINUX */ #define PXE_MENU /* PXE menu booting */ -#define PXE_CMD /* PXE commands */ #define SANBOOT_PROTO_ISCSI /* iSCSI protocol */ #define SANBOOT_PROTO_AOE /* AoE protocol */ |