david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

Also request root-path.

This commit is contained in:
Michael Brown 2006-12-08 15:49:46 +00:00
parent c343a3a8ee
commit a1af111a87
1 changed files with 2 additions and 1 deletions

View File

@ -55,7 +55,8 @@ 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_BOOTFILE_NAME, DHCP_DNS_SERVERS, DHCP_EB_ENCAP ),
DHCP_BOOTFILE_NAME, DHCP_ROOT_PATH, DHCP_DNS_SERVERS,
DHCP_EB_ENCAP ),
DHCP_END
};