Displaying 1 result from an estimated 1 matches for "pathbios".
Did you mean:
mathbiol
2016 Jun 13
0
When is PATH directive used?
...rding the name, simply
PATH<arch_type> should work. As you point out, with such a directive
available, we wouldn't need separate architecture-specific starting
configs that use INCLUDE to pull in the rest; we could just have a
single master config that works for all architectures:
PATHBIOS syslinux/bios
PATHEFI32 syslinux/efi32
PATHEFI64 syslinux/efi64
UI vesamenu.c32
INCLUDE graphics.cfg
...
LABEL firstentry
MENU LABEL Menu Entry
KERNEL ...
> As with most Syslinux directives, the last "NEWPATH" directive
> (with the relevant <arch_type&...