On Wed, 18 Jul 2001 14:45:42 -0500,
"Richard A. Smith" <[EMAIL PROTECTED]> wrote:
>How do I go about redirecting all the output from the various init
>scripts out the serial port via the serial console.
>
>I have console=ttyS2 in my kernel command line but I only get the
>kernel messages and not the rest.
kernel printk writes to all consoles. User space writes to
/dev/console, when /dev/console is 5,1 it writes to the _last_ console=
specified on the boot command line. you only get one copy of
the init messages, you just have to choose which is more useful.
--
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the command "unsubscribe linux-embedded" in the message body.
For more information, see <http://waste.org/mail/linux-embedded>.