david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Request bootfile name; it doesn't seem to be automatically supplied by

all servers.
This commit is contained in:
Michael Brown 2006-08-01 14:12:27 +00:00
parent 6e3e5efaed
commit ae277992c2
1 changed files with 1 additions and 1 deletions

View File

@ -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
};