aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Oreman <oremanj@rwcr.net>2009-08-02 14:52:05 -0700
committerMichael Brown <mcb30@etherboot.org>2009-08-02 23:19:40 +0100
commitbba00b0c13028a129a6808ca2d09b21871024eaf (patch)
treef72ef30e6eacba56fda997bddae171e4538475ce
parent2b9f7f042ceca5acb1c37d76e9791f8f56a173f6 (diff)
downloadipxe-bba00b0c13028a129a6808ca2d09b21871024eaf.zip
ipxe-bba00b0c13028a129a6808ca2d09b21871024eaf.tar.gz
ipxe-bba00b0c13028a129a6808ca2d09b21871024eaf.tar.bz2
[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>
-rw-r--r--src/config/defaults/pcbios.h2
-rw-r--r--src/config/general.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h
index f7b8a45..51d729e 100644
--- a/src/config/defaults/pcbios.h
+++ b/src/config/defaults/pcbios.h
@@ -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 */
diff --git a/src/config/general.h b/src/config/general.h
index 170ad33..7422a38 100644
--- a/src/config/general.h
+++ b/src/config/general.h
@@ -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