Ben Boulanger wrote: > > To get kernel info output to the serial line (and lose it on the VGA > line), in lilo.conf add: > serial=0,38400n8 > image=blah > append="console=ttyS0,38400"
<URL:http://www.linuxhq.com/kernel/v2.4/doc/serial-console.txt.html> suggests that you can get it on both: You can specify multiple console= options on the kernel command line. Output will appear on all of them. The last device will be used when you open /dev/console. So, for example: console=ttyS1,9600 console=tty0 defines that opening /dev/console will get you the current foreground virtual console, and kernel messages will appear on both the VGA console and the 2nd serial port (ttyS1 or COM2) at 9600 baud. -- #ken P-)} Ken Coar, Sanagendamgagwedweinini http://Golux.Com/coar/ Author, developer, opinionist http://Apache-Server.Com/ "Millennium hand and shrimp!" ***************************************************************** To unsubscribe from this list, send mail to [EMAIL PROTECTED] with the text 'unsubscribe gnhlug' in the message body. *****************************************************************
