aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/sbin/mount_root
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-03-31 00:59:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-03-31 00:59:49 +0000
commit7326a8beb5b3b075ea6942a10795514b73dfc61e (patch)
tree585bcc65b14f8148c6272ca43d3e9d02ea764460 /package/base-files/files/sbin/mount_root
parent9dd72732bbe358858a03a7130bb0e0d8e4f85be8 (diff)
downloadupstream-7326a8beb5b3b075ea6942a10795514b73dfc61e.tar.gz
upstream-7326a8beb5b3b075ea6942a10795514b73dfc61e.tar.bz2
upstream-7326a8beb5b3b075ea6942a10795514b73dfc61e.zip
/sbin/hotplug-call: export the hotplug event type through the environment for hotplug scripts
SVN-Revision: 6768
Diffstat (limited to 'package/base-files/files/sbin/mount_root')
-rwxr-xr-xpackage/base-files/files/sbin/mount_root2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/files/sbin/mount_root b/package/base-files/files/sbin/mount_root
index 47babf14f8..7b89e8f3f6 100755
--- a/package/base-files/files/sbin/mount_root
+++ b/package/base-files/files/sbin/mount_root
@@ -13,7 +13,7 @@ else
mknod /dev/console c 5 1
exec >/dev/console </dev/console 2>&1
mkdir /dev/shm
- /sbin/hotplug2 --no-persistent --coldplug
+ /sbin/hotplug2 --no-persistent --coldplug --max-children 3
fi
mkdir -p /dev/pts
mount none /dev/pts -t devpts