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