Bug#496252: network-console: Add support for launching an SSH server during installer startup

2008-08-25 Thread Otavio Salvador
Jérémy Bobbio [EMAIL PROTECTED] writes: The attached patch against network-console adds an extra step during debian-installer startup that just does that when BOOT_DEBUG=3 and device=ethX are specified on the command-line. It's a little bit crude, but was truly helpful on solving that issue.

Bug#496252: network-console: Add support for launching an SSH server during installer startup

2008-08-25 Thread Jérémy Bobbio
On Mon, Aug 25, 2008 at 10:03:27AM -0300, Otavio Salvador wrote: The attached patch against network-console adds an extra step during debian-installer startup that just does that when BOOT_DEBUG=3 and device=ethX are specified on the command-line. It's a little bit crude, but was truly

Bug#496252: network-console: Add support for launching an SSH server during installer startup

2008-08-25 Thread Otavio Salvador
Jérémy Bobbio [EMAIL PROTECTED] writes: On Mon, Aug 25, 2008 at 10:03:27AM -0300, Otavio Salvador wrote: The attached patch against network-console adds an extra step during debian-installer startup that just does that when BOOT_DEBUG=3 and device=ethX are specified on the command-line.

Bug#496252: network-console: Add support for launching an SSH server during installer startup

2008-08-23 Thread Jérémy Bobbio
Package: network-console Version: 1.20 Severity: wishlist Hi! While debugging #484366, I needed to debug cdebconf on a computer that lacked a serial connection. As I needed to have a shell to be able to start gdb, I thought that I could use an SSH server in order to do that. The attached patch