Posted by peterhoeg on Wed 27 Jul 2005 at 20:42
Several people have written guides on booting Debian systems faster. Most of these involve reordering initscripts, and other significant changes. There is a much simpler alternative to speeding up boot times though, whilst it might not work for all it's an interesting hack.
A simple one-line hack is to run scripts in parallel, merely by changing the startup script /etc/init.d/rc.
Changing the line:
startup $i start
to the following:
startup $i start &
This idea originated here.
This article can be found online at the Debian Administration website at the following bookmarkable URL (along with associated comments):
This article is copyright 2005 peterhoeg - please ask for permission to republish or translate.