Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Very quiet boot - INIT: Entering runlevel: 3
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
quater
n00b
n00b


Joined: 18 Sep 2008
Posts: 6

PostPosted: Thu Sep 18, 2008 12:10 am    Post subject: Very quiet boot - INIT: Entering runlevel: 3 Reply with quote

Hi,

I am working on very quite boot of Gentoo. No messages no logos no splashes - just progress.
Does anyone know how to remove

"INIT: Entering runlevel:3" message on the boot?

Thanks in advance
Back to top
View user's profile Send private message
Wormo
Retired Dev
Retired Dev


Joined: 29 Nov 2004
Posts: 526
Location: SB County California

PostPosted: Thu Sep 18, 2008 6:02 am    Post subject: Reply with quote

I don't see a way to turn off "Entering runlevel" messages to the console when using sysvinit. Switching to an alternative init system is probably more adventurous a solution than desired, but sysvinit could be quieted down with a trivial patch.
The patch would go something like this
Code:

--- init.c.orig 2008-09-17 22:59:46.000000000 -0700
+++ init.c      2008-09-17 23:00:13.000000000 -0700
@@ -2233,7 +2233,7 @@
                        break;
        }
        if (loglevel > 0) {
-               initlog(L_VB, "Entering runlevel: %c", runlevel);
+               initlog(L_SY, "Entering runlevel: %c", runlevel);
                write_utmp_wtmp("runlevel", "~~", runlevel + 256 * oldlevel, RUN_LVL, "~");
                thislevel = runlevel;
                prevlevel = oldlevel;
Back to top
View user's profile Send private message
quater
n00b
n00b


Joined: 18 Sep 2008
Posts: 6

PostPosted: Thu Sep 18, 2008 3:01 pm    Post subject: Reply with quote

Yeah, that what I thought. Thanks for reply.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum