08-29-07 12:13 PM
> So basically I want to get rid of the dhcp check earlier in the boot
> process, but I don't know where to look for the script which shows the
> order of sequences called.
>
The place to do what you want is as poster Dave N wrote. Remove the
"auto" from the stanza for the wired interface in /etc/network/interfaces.
You could also remove the DHCP from that interface if you don't need it to
obtain an IP address.
Mark, this would have also been the place to do what you have described
for the wireless interface. It seems you've done it a different way with
your script and that is fine if it works for you, there is almost always
more than one way to do things. I wonder where you put this script. I
suggest you follow Dave N's other advice too and read the man page and
reference.
As to the question you asked about the init process you might also want
to read section 2.4, The Debian boot process, in the aforementioned Debian
Reference. Simple answer would be that they are run in alpha-numeric
order, if they start with an "S", for the runlevel you have configured
Debian to start in. Init.d is just the place where the scripts reside,
they are called with links in the various runlevels.
http://www.debian.org/doc/manuals/r...n.html#contents
[ Post a follow-up to this message ]
|