mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 12:00:19 +03:00
Also request root-path.
This commit is contained in:
@@ -55,7 +55,8 @@ static uint8_t dhcp_request_options_data[] = {
|
|||||||
DHCP_STRING ( 'E', 't', 'h', 'e', 'r', 'b', 'o', 'o', 't' ),
|
DHCP_STRING ( 'E', 't', 'h', 'e', 'r', 'b', 'o', 'o', 't' ),
|
||||||
DHCP_PARAMETER_REQUEST_LIST,
|
DHCP_PARAMETER_REQUEST_LIST,
|
||||||
DHCP_OPTION ( DHCP_SUBNET_MASK, DHCP_ROUTERS, DHCP_HOST_NAME,
|
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
|
DHCP_END
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user