Displaying 3 results from an estimated 3 matches for "47101f9".
Did you mean:
371019
2014 Oct 15
1
syslinux efi configuration file name proposal
...uot;rename" was forgotten when copying
> over the files from an iso9660 CD/DVD to FAT32 flash disk.
>
> Regards
> -Klaus
A simpler patch for just the config filenames (whitespace changed for email):
diff --git a/core/fs/lib/loadconfig.c b/core/fs/lib/loadconfig.c
index 95e6f3f..47101f9 100644
--- a/core/fs/lib/loadconfig.c
+++ b/core/fs/lib/loadconfig.c
@@ -22,6 +22,11 @@ int generic_open_config(struct com32_filedata *filedata)
};
static const char *filenames[] = {
"extlinux.conf",
+#if defined(__FIRMWARE_EFI64__)
+ "syslnx64.cfg",
+#el...
2014 Aug 27
0
syslinux efi configuration file name proposal
Hello Ady & list,
On Wed, Aug 27, 2014 at 08:17:51AM +0300, Ady wrote:
> > Hello Ady,
> >
> > On Fri, Aug 01, 2014 at 08:35:27PM +0300, Ady wrote:
> > > Goal: To have one USB drive capable of booting UEFI IA32 and UEFI X64
> > > (with an optional Syslinux menu containing multiple entries).
> > >
> > > Problem (solved) #1: The default
2014 Aug 27
3
syslinux efi configuration file name proposal
> Hello Ady,
>
> On Fri, Aug 01, 2014 at 08:35:27PM +0300, Ady wrote:
> > Goal: To have one USB drive capable of booting UEFI IA32 and UEFI X64
> > (with an optional Syslinux menu containing multiple entries).
> >
> > Problem (solved) #1: The default directory location for both
> > syslinux.efi is the same.
> >
> > Solution #1: Rename each