Why bloat the kernel with three levels, just add a kernel options quiet, by
default it should still be verbose (at least in new installs), or you would
never know when the kernel has hung checking the halt instruction or probing a
sound blaster cdrom where your ethernet card is (the sbpcd driver is one that
drastically needs shutting up, it shouldn't probe unless told too and should
spend upto 15 minutes telling you about it...).
> Summary could look like:
>
> Proc 1: 486 (GENUINE INTEL)
> Memory: 24Mb mem, 23200k left, 256k cache
> PCI bus: <chipset info>
> Video: S3 <hardware info>
> SCSI: NCR <hardware info>
> bus 0 id 1 lun 0: CD-ROM Toshiba (scd0)
> bus 0 id 3 lun 0: DISK Seagate (sda)
> bus 0 id 5 lun 0: DISK Quantum (sdb)
> bus 0 id 6 lun 0: TAPE WangDAT (st0)
>
> or something more tabular. All in all one line per hardware item detected,
> nothing more (and nothing less - I'd like to know that everything is still
> alive).
Put that in your rc.local, all the above information you can get from /proc,
and you can use ncurses or similar and print the information in color if you
like.
-- Jon. <jon@gte.esi.us.es, http://www.esi.us.es/~jon>