On 5 Dec 2000, at 8:59, Charles Steinkuehler wrote:

> linuxrc uses the /linuxrc.tty device.  Change the properties of this
> device to get the linuxrc output to go where you want.

In the boot code to Oxygen, I can't find any reference to 
/linuxrc.tty - I don't know if this holds for LRP 2.9.7+ ... also, 
/linuxrc.tty points to /dev/tty1, which is not a reasonable TTY - 
boot messages go to /dev/console, which is typically /dev/tty0 or 
/dev/ttyS0 right?

> You can perhaps replicate the output of linuxrc using the tee
> command or creative use of redirects in linuxrc, but I'm not sure
> how you'd join the keyboard and serial inputs... 

With the code I have now, the following are true:

* Output goes to both /dev/tty0 and /dev/ttyS0
* Input comes from /dev/ttyS0
* Input from /dev/tty0 is ignored....

It is this last I'd like to change...


-- 
David Douthitt
UNIX Systems Administrator
HP-UX, Linux, Unixware
[EMAIL PROTECTED]
_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/leaf-devel

Reply via email to