Re: Debian Live Lenny with live-getty on serial port

2008-12-17 Thread Alex Owen
2008/12/17 Frédéric BOITEUX : > Le mar 16 déc 2008 17:13:38 CET, "Alex Owen" a > écrit :. >> I have not looked at the current code but if we NEED "console=tty0" >> followed by "console=ttyS0,38400n8" for a serial console prompt then >> that is a BUG! >> > I've tried to boot a Debian Live system (

Re: Debian Live Lenny with live-getty on serial port

2008-12-17 Thread Frédéric BOITEUX
Le mar 16 déc 2008 17:13:38 CET, "Alex Owen" a écrit : > That is odd! > I wrote the original live-getty and auto serial console code. > I have not looked at the current code but if we NEED "console=tty0" > followed by "console=ttyS0,38400n8" for a serial console prompt then > that is a BUG! Yes,

Re: Debian Live Lenny with live-getty on serial port

2008-12-16 Thread Alex Owen
2008/12/16 Mark Gannon : > On Monday 15 December 2008 11:53:15 pm Frédéric BOITEUX wrote: >> boot=live live-getty [... other options...] console=tty0 >> console=ttyS1,115200n8 > > Changing my boot paraemeters (based on the above) from: > > live live-getty console=ttyS0,38400n8 > > to: > > live live

Re: Debian Live Lenny with live-getty on serial port

2008-12-16 Thread Mark Gannon
On Monday 15 December 2008 11:53:15 pm Frédéric BOITEUX wrote: > boot=live live-getty [... other options...] console=tty0 > console=ttyS1,115200n8 Changing my boot paraemeters (based on the above) from: live live-getty console=ttyS0,38400n8 to: live live-getty console=tty0 console=ttyS0,38400n8

Re: Debian Live Lenny with live-getty on serial port

2008-12-15 Thread Frédéric BOITEUX
Le lun 15 déc 2008 10:11:28 CET, Mark Gannon a écrit : > Folks, > > I'm trying to build a Debian Live USB implementation based on Lenny. I would > like to redirect the login prompt from VGA to the serial port. > > In reading through past posts on the subject, the following boot paramters > s