Displaying 1 result from an estimated 1 matches for "firstentry".
Did you mean:
first_entry
2016 Jun 13
0
When is PATH directive used?
...te 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>) in the configuration file would
> be the only valid one
That would be good enough for my needs.
> or perhaps we would rather...