diff options
author | Michael Brown | 2012-03-29 02:24:31 +0200 |
---|---|---|
committer | Michael Brown | 2012-03-29 15:33:00 +0200 |
commit | cf0953a1b09d004f5de5fb617f9a16b17adcb0c0 (patch) | |
tree | 7e23ea514b3dbd45049059310debc9153b948244 /src/config/defaults | |
parent | [menu] Add menu commands (diff) | |
download | ipxe-cf0953a1b09d004f5de5fb617f9a16b17adcb0c0.tar.gz ipxe-cf0953a1b09d004f5de5fb617f9a16b17adcb0c0.tar.xz ipxe-cf0953a1b09d004f5de5fb617f9a16b17adcb0c0.zip |
[comboot] Remove COMBOOT image support by default
iPXE's support for COMBOOT images is now quite outdated; it has not
kept up to date with changes in the COMBOOT API. The primary use for
COMBOOT seems to be for menuing support. Now that we have native iPXE
script-based menus, COMBOOT support can be gracefully retired (with
immense thanks to Daniel Verkamp for having successfully implemented
such an ambitious feature many years ago).
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/pcbios.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index 9092d675..b68186f1 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -26,7 +26,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define IMAGE_PXE /* PXE image support */ #define IMAGE_SCRIPT /* iPXE script image support */ #define IMAGE_BZIMAGE /* Linux bzImage image support */ -#define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */ #define PXE_STACK /* PXE stack in iPXE - required for PXELINUX */ #define PXE_MENU /* PXE menu booting */ |