First page Back Continue Last page Overview Graphics
Init Scripts
No run levels
Need to write your own init scripts
Busybox init wants to run /etc/init.d/rcS
Chose to mimic startup scripts like SuSE
- S[0-9][0-9]<name>
- My rcS just calls these scripts in order
My scripts start these services
- Network, ssh, random number generator, ntpdate
- SuSE Firewall, dnsmasq (DNS and DHCP)
Notes: