Created
June 12, 2014 17:51
-
-
Save jcpowermac/7cc13ce51816ce5222f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -rupN org_ipxe/src/config/general.h ipxe/src/config/general.h | |
| --- org_ipxe/src/config/general.h 2014-06-11 08:07:39.193081793 -0400 | |
| +++ ipxe/src/config/general.h 2014-06-10 15:15:30.628188405 -0400 | |
| @@ -111,7 +111,7 @@ 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 IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */ | |
| //#define IMAGE_EFI /* EFI image support */ | |
| //#define IMAGE_SDI /* SDI image support */ | |
| //#define IMAGE_PNM /* PNM image support */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment