Browse Source

[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>
tags/v1.20.1
Michael Brown 12 years ago
parent
commit
cf0953a1b0
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/config/defaults/pcbios.h

+ 0
- 1
src/config/defaults/pcbios.h View File

26
 #define	IMAGE_PXE		/* PXE image support */
26
 #define	IMAGE_PXE		/* PXE image support */
27
 #define IMAGE_SCRIPT		/* iPXE script image support */
27
 #define IMAGE_SCRIPT		/* iPXE script image support */
28
 #define IMAGE_BZIMAGE		/* Linux bzImage image support */
28
 #define IMAGE_BZIMAGE		/* Linux bzImage image support */
29
-#define IMAGE_COMBOOT		/* SYSLINUX COMBOOT image support */
30
 
29
 
31
 #define PXE_STACK		/* PXE stack in iPXE - required for PXELINUX */
30
 #define PXE_STACK		/* PXE stack in iPXE - required for PXELINUX */
32
 #define PXE_MENU		/* PXE menu booting */
31
 #define PXE_MENU		/* PXE menu booting */

Loading…
Cancel
Save