Displaying 20 results from an estimated 6000 matches similar to: "Some patches from mageia"
2015 Dec 10
3
Some patches from mageia
Gene Cumm wrote:
> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi folks,
> >
> > As per Ady request (thanks for the reminder), I forgot to send the patches
> > I run in Mageia.
> >
> > There is two of them :
> >
> > One is making errors in parsing modules.alias not fatal.
> >
>
2015 Dec 12
2
Some patches from mageia
> On Thu, Dec 10, 2015 at 5:15 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:
> > Gene Cumm wrote:
> >> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
> >> <syslinux at zytor.com> wrote:
> >> > Hi folks,
> >> >
> >> > As per Ady request (thanks for the reminder), I forgot to send the patches
> >> > I
2015 Dec 12
2
Some patches from mageia
Gene Cumm wrote:
> On Thu, Dec 10, 2015 at 5:15 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:
> > Gene Cumm wrote:
> >> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
> >> <syslinux at zytor.com> wrote:
> >> > Hi folks,
> >> >
> >> > As per Ady request (thanks for the reminder), I forgot to send the patches
>
2015 Dec 12
2
Some patches from mageia
Gene Cumm wrote:
> On Sat, Dec 12, 2015 at 8:21 AM, Ady via Syslinux <syslinux at zytor.com> wrote:
> >
> >> On Thu, Dec 10, 2015 at 5:15 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:
> >> > Gene Cumm wrote:
> >> >> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
> >> >> <syslinux at zytor.com> wrote:
>
2015 Dec 10
0
Some patches from mageia
On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
<syslinux at zytor.com> wrote:
> Hi folks,
>
> As per Ady request (thanks for the reminder), I forgot to send the patches
> I run in Mageia.
>
> There is two of them :
>
> One is making errors in parsing modules.alias not fatal.
>
> The other one is adding an option to chain to avoid reading garbage on the
2011 Nov 02
3
Some bugs on gfxboot.c32
While playing with the current master of Syslinux, I figured out two
bugs I'd like to share with you.
1- Missing menu entires
If you consider a file with the following entries, only the first item
appears
label mga32
kernel anything
label mga64
kernel anything
Looks like the number at the end of the label is giving some headaches
to gfxboot.
If I do rename this two entries by
2016 Jul 16
5
[PATCH] : Adding dlabel option to chain.c32
The idea is to boot a disk in an mbr fashion while using the GPT (not
filesystem) label to detect the disk.
That is useful when you use grub2 & gpt. I was in case where my nodes
(100s) have 8 disks each and no guarantee of which disk is "bootable" in
the disk.
This way I can tell "please boot the disk that have one partition labelled
"xyz"".
So nothing related
2016 Jul 28
2
[PATCH] : Adding dlabel option to chain.c32
That is perfectly true. I had a beautiful bug in the code .... Switching
from python to C have some weird side-effect. Indenting is not enough,
brackets are required....
So I pushed
https://github.com/ErwanAliasr1/syslinux/commit/5a122d218553a6d4019273653ba9fad66d6ae79e
with the fix.
I tested it on my multi-disk system with success.
I also changed the name of the function.
2016-07-17 8:21
2015 Sep 04
2
[syslinux:master] tftp: Report server IP address on debug message
On Fri, Sep 04, 2015 at 09:15:07AM -0700, syslinux-bot for Erwan Velu wrote:
> Commit-ID: 66105926f3d748de827eb863913171efb9624165
> Gitweb: http://www.syslinux.org/commit/66105926f3d748de827eb863913171efb9624165
> Author: Erwan Velu <erwanaliasr1 at gmail.com>
> AuthorDate: Wed, 2 Sep 2015 18:26:37 +0200
> Committer: Erwan Velu <erwanaliasr1 at gmail.com>
>
2015 Sep 16
1
[PATCH 0/4] efi: Makefile improvement
Oups ... I forgot I sent that ... /me hides
2015-09-16 22:40 GMT+02:00 Gene Cumm <gene.cumm at gmail.com>:
> On Wed, Sep 16, 2015 at 10:55 AM, Erwan Velu via Syslinux
> <syslinux at zytor.com> wrote:
> > On mageia I'm using the following patch
> >
>
2016 Jun 30
8
[PATCH] : Adding dlabel option to chain.c32
The exisiting label= option offer to boot on a gpt partition that have
a particular label.
The existing guuid= option offer to boot on a disk or partition with a
particular label.
This new option offer to boot the disk that have a partition which
have a given label.
The label is so just a way to detect a disk to boot.
A typical use is for making an intelligent localboot like :
label
2015 Dec 12
0
Some patches from mageia
On 12.12.2015 17:39, Sebastian Herbszt via Syslinux wrote:
> Gene Cumm wrote:
>> On Sat, Dec 12, 2015 at 8:21 AM, Ady via Syslinux <syslinux at zytor.com> wrote:
>>>
>>>> On Thu, Dec 10, 2015 at 5:15 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:
>>>>> Gene Cumm wrote:
>>>>>> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via
2013 Feb 06
1
Weird ldlinux loading trouble
Hi,
I'm currently on elflink branch with commit 52443dc7dc5a203d053b70e870e6b83986ebb530
I did a make spotless before the following problem.
If I do a make inside com32/ my hdt.c32 is working properly.
If I do a make inside com32/hdt/ my hdt.c32 is not working and fails with
Failed to load ldlinux.c32
To to my tests, I use the following command
qemu-kvm -net nic -net user -boot n -tftp
2015 Dec 12
0
Some patches from mageia
On Sat, Dec 12, 2015 at 8:21 AM, Ady via Syslinux <syslinux at zytor.com> wrote:
>
>> On Thu, Dec 10, 2015 at 5:15 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:
>> > Gene Cumm wrote:
>> >> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
>> >> <syslinux at zytor.com> wrote:
>> >> > Hi folks,
>> >> >
2015 Dec 13
0
Some patches from mageia
> Gene Cumm wrote:
> > On Thu, Dec 10, 2015 at 5:15 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:
> > > Gene Cumm wrote:
> > >> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
> > >> <syslinux at zytor.com> wrote:
> > >> > Hi folks,
> > >> >
> > >> > As per Ady request (thanks for the
2015 Sep 05
1
[syslinux:master] tftp: Report server IP address on debug message
It is supposed to match but sometimes it doesn't; I had the case where I
contacted my local server on my public adress and responded from the
loopback. So it was the same server from two different addresses which
confused then the rest of the code.
By adding this print I was able to get the situation immediately and fixed
it.
That's why I added that information on the debug print.
2015 Dec 11
0
Some patches from mageia
On Thu, Dec 10, 2015 at 5:15 PM, Sebastian Herbszt <herbszt at gmx.de> wrote:
> Gene Cumm wrote:
>> On Tue, Dec 1, 2015 at 3:02 PM, Erwan Velu via Syslinux
>> <syslinux at zytor.com> wrote:
>> > Hi folks,
>> >
>> > As per Ady request (thanks for the reminder), I forgot to send the patches
>> > I run in Mageia.
>> >
>>
2016 Jul 15
2
[PATCH] : Adding dlabel option to chain.c32
> On 30.06.2016 19:41, Erwan Velu via Syslinux wrote:
> > The exisiting label= option offer to boot on a gpt partition that have
> > a particular label.
> > The existing guuid= option offer to boot on a disk or partition with a
> > particular label.
> >
> > This new option offer to boot the disk that have a partition which
> > have a given label.
>
2015 Sep 02
1
HDT & DMI updates
Thanks for pointing this out.
Applied in 3b3bc3675519e1530adab27480196eb3f1a458bc
Note that I've been adding some code in that branch to support the tftp WRQ
from libupload when running with lpxelinux.
2015-09-02 12:18 GMT+02:00 Gene Cumm <gene.cumm at gmail.com>:
> On Fri, Aug 14, 2015 at 4:41 AM, Erwan Velu via Syslinux
> <syslinux at zytor.com> wrote:
> > Hi
2015 Aug 14
2
HDT & DMI updates
Hi folks,
I've been off for a pretty long time and I'm trying to resume a little bit.
While testing HDT I found some serious bugs in HDT's CLI mode but also took
the time to update the DMI detection tables.
Please find my hw_update branch which is in sync with the current git tree.
https://github.com/ErwanAliasr1/syslinux/commits/hw_update
Erwan,