]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[comboot] Remove COMBOOT image support by default
authorMichael Brown <mcb30@ipxe.org>
Thu, 29 Mar 2012 00:24:31 +0000 (01:24 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 29 Mar 2012 13:33:00 +0000 (14:33 +0100)
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>
src/config/defaults/pcbios.h

index 9092d67517907ab74050b14422da74085708a4c2..b68186f1bb53a496334e76a6a65cda4ac2b72941 100644 (file)
@@ -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 */