On
hoerg.org there is something written about the nice idea to speed up your boot sequence by running multiple init scripts parallel.
On a debian box you only have to edit /etc/init.d/rc
and change startup $i start to
startup $i start &
It might not work with every configuration and on every system and
of course this is not very clean but on my system it seems to work!
debian-administration wrote about it too.