From: Michael Brown Date: Tue, 1 Aug 2006 14:12:27 +0000 (+0000) Subject: Request bootfile name; it doesn't seem to be automatically supplied by X-Git-Tag: v0.9.3~1160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae277992c23feceff6cb019dc05a6f5c7cc97ae7;p=thirdparty%2Fipxe.git Request bootfile name; it doesn't seem to be automatically supplied by all servers. --- diff --git a/src/net/udp/dhcp.c b/src/net/udp/dhcp.c index 19e91d72f..b214901ee 100644 --- a/src/net/udp/dhcp.c +++ b/src/net/udp/dhcp.c @@ -55,7 +55,7 @@ static uint8_t dhcp_request_options_data[] = { DHCP_STRING ( 'E', 't', 'h', 'e', 'r', 'b', 'o', 'o', 't' ), DHCP_PARAMETER_REQUEST_LIST, DHCP_OPTION ( DHCP_SUBNET_MASK, DHCP_ROUTERS, DHCP_HOST_NAME, - DHCP_EB_ENCAP ), + DHCP_BOOTFILE_NAME, DHCP_EB_ENCAP ), DHCP_END };