Re: ppp-udeb aka PPPoE in d-i: patch for intergration in d-i

2006-05-12 Thread Eddy Petrişor
On 5/12/06, Christian Perrier <[EMAIL PROTECTED]> wrote: > +Template: ppp/detect_failed > +Type: error > +_Description: Ethernet card detection failed > + There were no ethernet card found. In order to configure PPPoE on the system I'm maybe wrong but it sounds weird to me"There were" is plu

Re: ppp-udeb aka PPPoE in d-i: patch for intergration in d-i

2006-05-11 Thread Steve Langasek
On Fri, May 12, 2006 at 07:13:22AM +0200, Christian Perrier wrote: > > +Template: ppp/detect_failed > > +Type: error > > +_Description: Ethernet card detection failed > > + There were no ethernet card found. In order to configure PPPoE on the > > system > I'm maybe wrong but it sounds weird to me

Re: ppp-udeb aka PPPoE in d-i: patch for intergration in d-i

2006-05-11 Thread Christian Perrier
> +Template: ppp/detect_failed > +Type: error > +_Description: Ethernet card detection failed > + There were no ethernet card found. In order to configure PPPoE on the system I'm maybe wrong but it sounds weird to me"There were" is plural and "ethernet card" is singular. In other places in D-

Re: ppp-udeb aka PPPoE in d-i: patch for intergration in d-i

2006-05-11 Thread Frans Pop
On Thursday 11 May 2006 08:56, Eddy Petrişor wrote: > What I want to fix before saying he patch is ready is to: > - add automatic detection of concentrators and then fall back to user > input in case (with a progress bar) Please keep in mind that the package should also remain usable for "normal"

Re: ppp-udeb aka PPPoE in d-i: patch for intergration in d-i

2006-05-11 Thread Christian Perrier
> I have tested the patched udeb by installing it in the d-i environment > by running on tty2 "udpkg -i ppp-udeb_..." but I found out that the Should be "udpkg -x" so that the package is only unpacked. > diff -ruN ppp-2.4.4b1/debian/ppp-udeb.templates > ppp-2.4.4b1-fix-templates-and-error-logging