[syslinux] [PATCH 3/3] syslinux: support isolinux configuration files

Gene Cumm gene.cumm at gmail.com
Tue Feb 14 13:53:58 PST 2012


On Tue, Feb 14, 2012 at 09:05, Pete Batard <pete at akeo.ie> wrote:
> This one is the most critical for my app, but also possibly the most
> controversial to integrate.
>
> A few applications that convert isolinux ISOs to bootable USB, including
> mine, copy the ISO content to a VFAT formatted partition and then add
> syslinux to make it bootable.
> This would work great... if isolinux and syslinux shared the same defaults
> when it comes to configuration files.
>
> Unfortunately, isolinux requires an isolinux.cfg in /boot/isolinux,
> /isolinux or /, whereas syslinux requires a syslinux.cfg in /boot/syslinux,
> /syslinux or /.

For building my ISOs, I put a tiny syslinux.cfg in the root directory
that INCLUDEs my main config and use paths relative to that (no
leading "/").  This allows the same config file on the ISO as the USB
and the same LABEL statements in my PXELINUX config files (or I could
just INCLUDE the syslinux.cfg or main config).

-- 
-Gene



More information about the Syslinux mailing list