Apr 30, 2008
Concurrent init.d scripts and HAL initialise error on boot up
Posted by Hodge in Ubuntu • 1 commentI wanted to see if I could take advantage of my Dual Core CPU during boot time, by enabling concurrent init.d scripts, in the hope this could improve (an already pretty fast) boot time. The implementation is pretty simple – first, I backed up /etc/init.d/rc
cd /etc/init.d/
sudo cp rc rc.BAK
then set about editing /etc/init.d/rc
gksu gedit /etc/init.d/rc
Actually, [...]





