search for: 4e9e32d

Displaying 3 results from an estimated 3 matches for "4e9e32d".

2016 Jul 17
0
[PATCH] Restore - chain.c32: Allow both "guid" and "uuid"
...it.zytor.com/syslinux/syslinux.git/commit/?id=3905382 This restores "uuid" as a synonym for GPT "guid" --- com32/chain/chain.c | 3 ++- com32/chain/options.c | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/com32/chain/chain.c b/com32/chain/chain.c index 4e9e32d..492f21c 100644 --- a/com32/chain/chain.c +++ b/com32/chain/chain.c @@ -286,7 +286,8 @@ int find_dp(struct part_iter **_iter) error("Unable to find requested MBR signature."); goto bail; } - } else if (!strncmp(opt.drivename, "guid", 4)) { + } else if (!strnc...
2015 Jul 22
0
[PULL 1/8] Move partiter from com32/chain to com32/lib/syslinux
...akefile +++ b/com32/chain/Makefile @@ -16,7 +16,7 @@ VPATH = $(SRC) include $(MAKEDIR)/elf.mk -OBJS = chain.o partiter.o utility.o options.o mangle.o +OBJS = chain.o options.o mangle.o CFLAGS += -fno-strict-aliasing all: chain.c32 diff --git a/com32/chain/chain.c b/com32/chain/chain.c index 4e9e32d..f9fe07e 100644 --- a/com32/chain/chain.c +++ b/com32/chain/chain.c @@ -35,9 +35,9 @@ #include <syslinux/disk.h> #include <syslinux/video.h> #include "chain.h" -#include "utility.h" +#include <syslinux/utility.h> #include "options.h" -#include &qu...
2015 Jul 22
13
[PULL 0/8] MultiFS suppport for BIOS and EFI
So last week I was wondering if XFS was still working -- even with its last on-disk structure changes -- and it _suprisingly_ worked as expected. Right, now I can finally get rid of GRUB and use Syslinux to boot my Linux on EFI from a rootfs with xfs. Shit, I have two partitions (the first one being the required ESP) so there is no way to access the other partitions since because Syslinux does not