Alternatively, apply this patch to etherboot.h: --- ../../etherboot-4.2.10/src-32/etherboot.h Mon Nov 15 23:24:58 1999 +++ ./etherboot.h Tue Nov 23 23:59:57 1999 @@ -36,11 +36,11 @@ #endif #ifndef MAX_BOOTP_EXTLEN -#ifdef INTERNAL_BOOTP_DATA +#if defined(INTERNAL_BOOTP_DATA) || (RELOC > 0x94200) #define MAX_BOOTP_EXTLEN 1024 #else #define MAX_BOOTP_EXTLEN (1024-sizeof(struct bootp_t)) -#endif /* INTERNAL_BOOTP_DATA */ +#endif /* INTERNAL_BOOTP_DATA || RELOC > 0x94200 */ #endif #ifndef MAX_ARP_RETRIES =========================================================================== This Mail was sent to netboot mailing list by: Ken Yap <ken@nlc.net.au> To get help about this list, send a mail with 'help' as the only string in it's body to majordomo@baghira.han.de. If you have problems with this list, send a mail to netboot-owner@baghira.han.de.
For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.