[ipxe-devel] On using cached dhcp info with kkpxe image

H. Peter Anvin hpa at zytor.com
Mon May 2 21:28:52 UTC 2011


On 05/02/2011 02:23 PM, Jedrzej Kalinowski wrote:
> 
>  I coped with this the following way:
>  I've compiled iPXE image with embedded script like this:
>    #!ipxe
>    dhcp
>    chain ${scriptlet}
> 

If you want to use the cached info, put in your script:

set use-cached 1

... before the dhcp statement.

	-hpa



More information about the ipxe-devel mailing list