diff options
author | Joshua Oreman | 2009-08-02 23:52:05 +0200 |
---|---|---|
committer | Michael Brown | 2009-08-03 00:19:40 +0200 |
commit | bba00b0c13028a129a6808ca2d09b21871024eaf (patch) | |
tree | f72ef30e6eacba56fda997bddae171e4538475ce /src/config/defaults | |
parent | [pxe] Avoid printf format warning on some compilers (diff) | |
download | ipxe-bba00b0c13028a129a6808ca2d09b21871024eaf.tar.gz ipxe-bba00b0c13028a129a6808ca2d09b21871024eaf.tar.xz ipxe-bba00b0c13028a129a6808ca2d09b21871024eaf.zip |
[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>
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/pcbios.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index f7b8a45c..51d729e2 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 */ |