Re: Silent boot?

From: Mike Hogsett (hogsett_at_csl.sri.com)
Date: 10/31/03

  • Next message: Kris Kennaway: "Re: error installing FreeBSD 5.1"
    To: Yong Yi <ysyi@analog.org>
    Date: Fri, 31 Oct 2003 14:01:05 -0800
    
    

    > Anyone know whether it'd be possible to cleanly disable printing the
    > kernel boot messages (the bold white text)? Meaning, short of
    > commenting out the code that prints this, is there any way?

    If you dont mind **NOT** having a console **AT ALL** you can comment out
    the system console device (see below) in the kernel config and
    rebuild/install a new kernel.

    >From /usr/src/sys/i386/conf/GENERIC :
    ...
    device sc0 at isa? flags 0x100
    ...

    Advantage : no kernel message on console (in fact, no console! Doh!)
    Disadvantage : makes single user mode difficult at best :P

     - Mike
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


  • Next message: Kris Kennaway: "Re: error installing FreeBSD 5.1"

    Relevant Pages