2
0
forked from Ivasoft/openwrt

use hotplug2 for serializing hotplug events on 2.6

SVN-Revision: 7097
This commit is contained in:
Felix Fietkau
2007-05-05 18:33:18 +00:00
parent 341b6afd55
commit ca7a815602
9 changed files with 70 additions and 16 deletions

View File

@@ -27,13 +27,11 @@ start() {
ln -s /tmp/resolv.conf.auto /tmp/resolv.conf
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
# manually trigger hotplug before loading modules
# 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
/usr/bin/env -i ACTION=add INTERFACE="$iface" /sbin/hotplug-call net
done
/sbin/hotplug2 --persistent --max-children 5 &
echo /sbin/hotplug-call > /proc/sys/kernel/hotplug
/sbin/hotplug2 --persistent --max-children 1 &
# create /dev/root if it doesn't exist
[ -e /dev/root ] || {