Tiny Core Linux

Tiny Core Base => TCB Q&A Forum => Topic started by: saravanan on January 08, 2010, 10:39:02 AM

Title: How to remove boot up information
Post by: saravanan on January 08, 2010, 10:39:02 AM
Hi all,

How to remove boot up information (verbose), when TinyCoreLinux boots up.
Title: Re: How to remove boot up information
Post by: Juanito on January 08, 2010, 10:42:04 AM
use the boot code "quiet"
Title: Re: How to remove boot up information
Post by: saravanan on January 11, 2010, 07:58:01 AM
yes i already done tat.

I'm talking about removing the text like

"loading Linux kernel 2.6.xx

loading application extensions, ."

Please help
Title: Re: How to remove boot up information
Post by: Iguleder on January 11, 2010, 02:38:29 PM
Modify /etc/init.d/rcS, remove all echo's. That should be just fine.
Title: Re: How to remove boot up information
Post by: jur on January 11, 2010, 04:57:05 PM
Modify /etc/init.d/rcS, remove all echo's. That should be just fine.
That would mean a remaster.
Title: Re: How to remove boot up information
Post by: danielibarnes on January 12, 2010, 12:27:29 PM
I use the "console=/dev/null" boot parameter for this, but keep in mind it removes all console messages, even on shutdown.
Title: Re: How to remove boot up information
Post by: saravanan on January 15, 2010, 02:25:39 AM
I use the "console=/dev/null" boot parameter for this, but keep in mind it removes all console messages, even on shutdown.

Thanks  :)