[syslinux] [PATCH] 4 Patches for initrd+= and initrdfile= Options

Shao Miller sha0.miller at gmail.com
Mon Oct 29 21:11:36 PDT 2012


There is a typographical error in patch #3.  I will correct this for a
resubmissions against Syslinux 5.00.  Please do not apply the previous
submission to a descendant of 4.06 (which I'm not sure there will ever be
one, give what hpa has said about direction).  - Shao

linux.c:

  while ((p = strchr(fname, '/')))

should have been:

  while ((p = strchr(target_fname, '/')))




More information about the Syslinux mailing list