Re: Removing boot text

From: Jeff Garzik (jgarzik@mandrakesoft.mandrakesoft.com)
Date: Fri Sep 29 2000 - 01:22:15 EST


On Thu, 28 Sep 2000, Richard B. Johnson wrote:

> On Thu, 28 Sep 2000, Paul Powell wrote:
>
> > We are using Linux as a bootable CD for system
> > configuration. We would like to keep all the
> > information displayed at bootup hidden. The main
> > reason for this is because our users see words such as
> > "error" and "failed" and it bothers them (though there
> > is nothing wrong).
> >
> > Anyone know how other than changing the kernel code?
> >
> > Thanks
> >
>
> The stuff that is written in the kernel by printk() can be configured
> to go to an RS-232C port. This has to be compiled into the kernel.
> You use append="console=ttyS0,BAUDRATE" in LILO configuration. This
> keeps it off the screen.
>
> The stuff written by init, can be eliminated by changing the link
> of /dev/console to point to /dev/null instead of /dev/tty0.

There is a dummy console also, might be in drivers/video because it is
associated with fbdev. That sounds like the best solution..

        Jeff

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Sep 30 2000 - 21:00:23 EST