mirror of
https://github.com/xcat2/xNBA.git
synced 2025-02-17 02:58:14 +00:00
[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:
parent
fdd42fa950
commit
b91116e072
@ -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 */
|
||||
|
@ -124,7 +124,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#undef DIGEST_CMD /* Image crypto digest commands */
|
||||
#undef LOTEST_CMD /* Loopback testing commands */
|
||||
#undef VLAN_CMD /* VLAN commands */
|
||||
//#undef PXE_CMD /* PXE commands */
|
||||
#undef PXE_CMD /* PXE commands */
|
||||
|
||||
/*
|
||||
* Error message tables to include
|
||||
|
Loading…
x
Reference in New Issue
Block a user