Re: [ptxdist] Patch creation

2018-06-25 Thread Uwe Kleine-König
On Mon, Jun 25, 2018 at 09:28:10AM -0500, Crim, Jason wrote: > Is there good documentation that someone can point me to for generating > a patch and updating the series file? If there is already a patch stack, just do: ptxdist clean $yourpackage ptxdist extract --git $yourpackage

[ptxdist] Patch creation

2018-06-25 Thread Crim, Jason
Is there good documentation that someone can point me to for generating a patch and updating the series file? Thanks, - Jason ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCHv3] ebtables: this patch adds ebtables to ptxdist

2018-06-25 Thread Michael Olbrich
On Mon, Jun 25, 2018 at 11:37:43AM +0200, Oliver Graute wrote: > Signed-off-by: Oliver Graute > --- > .../ebtables-v2.0.10-4/0001-fixed-returncode.patch | 23 ++ > patches/ebtables-v2.0.10-4/series | 4 ++ > rules/ebtables.in | 12 >

Re: [ptxdist] [PATCHv3] maildrop: this patch adds maildrop to ptxdist

2018-06-25 Thread Michael Olbrich
On Mon, Jun 25, 2018 at 11:36:50AM +0200, Oliver Graute wrote: > Signed-off-by: Oliver Graute > --- > rules/maildrop.in | 8 ++ > rules/maildrop.make | 75 > + > 2 files changed, 83 insertions(+) > create mode 100644 rules/maildrop.in

Re: [ptxdist] [PATCHv2] ndisc6: added ndisc6 package to ptxdist

2018-06-25 Thread Michael Olbrich
On Mon, Jun 25, 2018 at 11:36:07AM +0200, Oliver Graute wrote: > Signed-off-by: Oliver Graute > --- > rules/ndisc6.in | 7 +++ > rules/ndisc6.make | 58 > +++ > 2 files changed, 65 insertions(+) > create mode 100644 rules/ndisc6.in >

[ptxdist] [PATCHv3] ebtables: this patch adds ebtables to ptxdist

2018-06-25 Thread Oliver Graute
Signed-off-by: Oliver Graute --- .../ebtables-v2.0.10-4/0001-fixed-returncode.patch | 23 ++ patches/ebtables-v2.0.10-4/series | 4 ++ rules/ebtables.in | 12 rules/ebtables.make| 82

[ptxdist] [PATCHv3] maildrop: this patch adds maildrop to ptxdist

2018-06-25 Thread Oliver Graute
Signed-off-by: Oliver Graute --- rules/maildrop.in | 8 ++ rules/maildrop.make | 75 + 2 files changed, 83 insertions(+) create mode 100644 rules/maildrop.in create mode 100644 rules/maildrop.make diff --git a/rules/maildrop.in

[ptxdist] [PATCHv2] ndisc6: added ndisc6 package to ptxdist

2018-06-25 Thread Oliver Graute
Signed-off-by: Oliver Graute --- rules/ndisc6.in | 7 +++ rules/ndisc6.make | 58 +++ 2 files changed, 65 insertions(+) create mode 100644 rules/ndisc6.in create mode 100644 rules/ndisc6.make diff --git a/rules/ndisc6.in

Re: [ptxdist] disabling the /bin and /usr/bin merge

2018-06-25 Thread Michael Olbrich
Hi, On Mon, Jun 25, 2018 at 10:47:11AM +0200, Wim Vinckier wrote: > Is there anyway to disable the link from /bin to /usr/bin? It currently > causes some issues with our installation procedure and we would like to > temporary disable it so we can word at a fix. No, usr-merge is not optional.

Re: [ptxdist] disabling the /bin and /usr/bin merge

2018-06-25 Thread Denis OSTERLAND
Hi, the link is installed by usr-rootfs. You may disable it by disable initmethod. Maybe you can boot your system with additional "init=/usr/sbin/init" kernel argument. Good luck! Regards Denis Am Montag, den 25.06.2018, 10:47 +0200 schrieb Wim Vinckier: > Hi, > > Is there anyway to disable

[ptxdist] disabling the /bin and /usr/bin merge

2018-06-25 Thread Wim Vinckier
Hi, Is there anyway to disable the link from /bin to /usr/bin? It currently causes some issues with our installation procedure and we would like to temporary disable it so we can word at a fix. Kind regards, wim vinckier. -- I would love to change the world, but they wont give me the source