Tiny Core Linux
Tiny Core Base => TCB Q&A Forum => Topic started by: saravanan on January 08, 2010, 10:39:02 AM
-
Hi all,
How to remove boot up information (verbose), when TinyCoreLinux boots up.
-
use the boot code "quiet"
-
yes i already done tat.
I'm talking about removing the text like
"loading Linux kernel 2.6.xx
loading application extensions, ."
Please help
-
Modify /etc/init.d/rcS, remove all echo's. That should be just fine.
-
Modify /etc/init.d/rcS, remove all echo's. That should be just fine.
That would mean a remaster.
-
I use the "console=/dev/null" boot parameter for this, but keep in mind it removes all console messages, even on shutdown.
-
I use the "console=/dev/null" boot parameter for this, but keep in mind it removes all console messages, even on shutdown.
Thanks :)