David Jander wrote: >>root=/dev/nfs rw ip=on console=tty console=ttyS0 init=/sbin/init >> >> > >I suppose putting two "console=" statements on the commandline doesn't do much >more than just removing the first one. > >Greetings, > > > Dear David,
the first console argument defines where is stdout and the second console argument defines where is the stdout and stdin. With this configuration you can duplicate stdout, you can see the output on two devices, screen and serial line. Bye.
