netroot: Only start interface configuration if really needed
authorPhilippe Seewer <philippe.seewer@bfh.ch>
Tue, 16 Jun 2009 17:26:35 +0000 (19:26 +0200)
committerPhilippe Seewer <philippe.seewer@bfh.ch>
Wed, 17 Jun 2009 06:37:40 +0000 (08:37 +0200)
commit761ffdddb917f2ae777f5d04a32c16fb94467103
tree0823d15a9cd876b62066c89602bc013aab0d3c1e
parent1b31fc140baef770d498776bdebf9226f178b0dd
netroot: Only start interface configuration if really needed

Currently network configuration is launched by udev as soon as it
discovers a driver. This isn't such a good idea since we don't know
if network configuration is actually required. Change this by writing
the udev rules on the fly if required.
modules.d/40network/60-net.rules [deleted file]
modules.d/40network/install
modules.d/40network/net-genrules.sh [new file with mode: 0755]
modules.d/40network/parse-ip-opts.sh