Other Help Topics :: Boot Scripts Sequence
Hi everyone,
Does anyone know the boot scripts sequence (I mean, the order of scripts that run when DSL starting up).
I want to implement progress bar percentage so I need to know where I call progressbar function (except checkroot.sh and bootlocal.sh scripts).
Thanks.
/etc/rcS.d/*, then /etc/rc#.d, where # = your runlevel (default is 5)
You might also want to look here:
http://www.tldp.org/HOWTO/From-PowerUp-To-Bash-Prompt-HOWTO.html
Here is DSL Boot process in the wiki:
DSL Boot Process
original here.