[syslinux] PXERETRY directive

Gene Cumm gene.cumm at gmail.com
Wed Apr 27 03:23:38 PDT 2016


On Thu, Apr 21, 2016 at 10:30 PM, Ady via Syslinux <syslinux at zytor.com> wrote:
> Would someone please be so kind to explain / describe the PXERETRY
> directive?

$ git grep -ni pxeretry
com32/elflink/ldlinux/readconfig.c:1305:    else if (looking_at(p, "pxeretry"))
com32/elflink/ldlinux/readconfig.c:1306:        PXERetry =
atoi(skipspace(p + 8));

core/fs/pxe/pxe.c:275:    int i = PXERetry;


It's used in pxe_searchdir() to affect how many times it retries to
open a file and added in commit 4f989f247 for 4.03.

-- 
-Gene


More information about the Syslinux mailing list