/* * OpenPXE iPXE build override — general options. * * iPXE includes at the end of config/general.h, * so anything defined here is layered on top of the stock defaults * without editing upstream files. We enable exactly the features the * graphical PXE boot menu needs: * * IMAGE_PNG - PNG decoder, so `console --picture ` can paint * the operator's logo / OpenPXE background. * IMAGE_PNM - Netpbm decoder (cheap; harmless belt-and-suspenders). * CONSOLE_CMD - the `console` command itself. Without it you get * "console: command not found" even with a framebuffer. * * (CONSOLE_FRAMEBUFFER lives in config/local/console.h.) * * Everything else stays at upstream defaults — we are intentionally a * thin, auditable delta over stock iPXE so the UBDL/GPL story is simple. */ #define IMAGE_PNG #define IMAGE_PNM #define CONSOLE_CMD