Skip to content

Commit

Permalink
[config] Enable PXE commands by default only on pcbios architecture
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rwcr authored and Michael Brown committed Aug 2, 2009
1 parent 2b9f7f0 commit bba00b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/config/defaults/pcbios.h
Expand Up @@ -25,6 +25,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define IMAGE_BZIMAGE /* Linux bzImage image support */
#define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */

#define PXE_CMD /* PXE commands */

#define SANBOOT_PROTO_ISCSI /* iSCSI protocol */
#define SANBOOT_PROTO_AOE /* AoE protocol */

Expand Down
2 changes: 1 addition & 1 deletion src/config/general.h
Expand Up @@ -105,7 +105,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define LOGIN_CMD /* Login command */
#undef TIME_CMD /* Time commands */
#undef DIGEST_CMD /* Image crypto digest commands */
#define PXE_CMD /* PXE commands */
//#undef PXE_CMD /* PXE commands */

/*
* Obscure configuration options
Expand Down

0 comments on commit bba00b0

Please sign in to comment.