mirror of
https://github.com/ipxe/ipxe
synced 2025-12-08 18:30:28 +03:00
[config] Enable PXE commands by default only on pcbios architecture
The commands bring in UNDI and thus real-mode code, so they cannot be used on EFI. Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
committed by
Michael Brown
parent
2b9f7f042c
commit
bba00b0c13
@@ -25,6 +25,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||||||
#define IMAGE_BZIMAGE /* Linux bzImage image support */
|
#define IMAGE_BZIMAGE /* Linux bzImage image support */
|
||||||
#define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */
|
#define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */
|
||||||
|
|
||||||
|
#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 */
|
||||||
|
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
|||||||
#define LOGIN_CMD /* Login command */
|
#define LOGIN_CMD /* Login command */
|
||||||
#undef TIME_CMD /* Time commands */
|
#undef TIME_CMD /* Time commands */
|
||||||
#undef DIGEST_CMD /* Image crypto digest commands */
|
#undef DIGEST_CMD /* Image crypto digest commands */
|
||||||
#define PXE_CMD /* PXE commands */
|
//#undef PXE_CMD /* PXE commands */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Obscure configuration options
|
* Obscure configuration options
|
||||||
|
|||||||
Reference in New Issue
Block a user