add --no-coldplug to the hotplug2 process started by /etc/init.d/boot - should preven...
authorFelix Fietkau <nbd@openwrt.org>
Thu, 20 Sep 2007 10:19:24 +0000 (10:19 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 20 Sep 2007 10:19:24 +0000 (10:19 +0000)
SVN-Revision: 8864

package/base-files/files/etc/init.d/boot

index aff47cfc748b7091d66b6ac4331015015168ee11..c0b61928c1511970892827a80915dbab65be06ce 100755 (executable)
@@ -41,7 +41,7 @@ start() {
        ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf
        [ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
 
-       /sbin/hotplug2 --override --persistent --max-children 1 &
+       /sbin/hotplug2 --override --persistent --max-children 1 --no-coldplug &
 
        # the coldplugging of network interfaces needs to happen later, so we do it manually here
        for iface in $(awk -F: '/:/ {print $1}' /proc/net/dev); do