PDA

View Full Version : Booting: file order



OpaJo
03-11-2008, 20:13
Hi, is there an description out, which (important) files are started/called in which order when booting the wl-hdd? So there are
- /tmp/etc/fstab
- /opt/etc/init.d/rc.unslung
- others in /opt/etc/init.de (Name-order)
- as well as 5 post-* und pre-* in /tmp/local/sbin
...

al37919
03-11-2008, 20:32
put in the each of these files the following line:

logger -t "$0" started.
and watch in the syslog their starting sequence (that's valid at least for those which are started after starting of syslogd)

OpaJo
05-11-2008, 00:03
thx, that's a nice "trick" :-)