mirror of
https://github.com/ipxe/ipxe
synced 2025-12-25 09:01:24 +03:00
Use systematic names for XXX_IMAGE.
Add scripts as an image format (since it's trivial to do).
This commit is contained in:
@@ -102,11 +102,12 @@
|
||||
#undef ELF64_IMAGE /* ELF64 image support */
|
||||
#undef ELF_IMAGE /* ELF image support */
|
||||
#undef COFF_IMAGE /* COFF image support */
|
||||
#undef IMAGE_FREEBSD /* FreeBSD kernel image support */
|
||||
#undef IMAGE_MULTIBOOT /* MultiBoot image support */
|
||||
#undef FREEBSD_IMAGE /* FreeBSD kernel image support */
|
||||
#define MULTIBOOT_IMAGE /* MultiBoot image support */
|
||||
#undef AOUT_IMAGE /* a.out image support */
|
||||
#undef WINCE_IMAGE /* WinCE image support */
|
||||
#undef PXE_IMAGE /* PXE image support */
|
||||
#define SCRIPT_IMAGE /* gPXE script image support */
|
||||
|
||||
/* @END general.h */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user