Comment 11 for bug 65230

Revision history for this message
Joshua Swink (yathster) wrote :

Thanks Jakson... incidentally my workaround of adding "-q" after rc does NOT work. Some or all of the scripts in /etc/rc2.d did not get executed when I did that. Then Gnome started complaining that it failed to initialize HAL and such.

Here's a workaround that's a bit more upstartish, I think.

* In /etc/event.d/tty1, comment out "start on runlevel 2".

* Then change /etc/event.d/rc2 as follows, removing the first "exec" and adding the line that says "exec start tty1":

 /etc/init.d/rc 2
        exec start tty1
end script