On Tue, Feb 16, 2010 at 10:29 AM, Luca <lucar...@gmail.com> wrote: > I want to burn gPXE into my network card's expansion ROM. I was wondering if > there is a way to compress gPXE. Compiling it as a .rom the size is ~95K (I > left only HTTPS as download protocol)
gPXE is already compressed. Which driver are you building in? It sounds like you need a HTTPS-only boot ROM, which doesn't need to provide PXE/UNDI. config/general.h and config/defaults/pcbios.h contain the config options gPXE ROMs are built with. I suggest trying the following: 1. Remove SAN stuff (sanboot, iSCSI, and AOE). 2. Remove COMBOOT. 3. Remove all image types except IMAGE_BZIMAGE and IMAGE_SCRIPT. 4. Remove PXE_STACK, PXE_MENU, and PXE_CMD. Stefan _______________________________________________ gPXE mailing list gPXE@etherboot.org http://etherboot.org/mailman/listinfo/gpxe