mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-26 08:33:05 +00:00
move the hotplug2 kill command from preinit to /etc/init.d/boot, so that it works for initramfs as well
SVN-Revision: 12058
This commit is contained in:
parent
d98002bd59
commit
37c7e13a5f
@ -48,6 +48,7 @@ start() {
|
|||||||
ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf
|
ln -sf /tmp/resolv.conf.auto /tmp/resolv.conf
|
||||||
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
|
[ "$FAILSAFE" = "true" ] && touch /tmp/.failsafe
|
||||||
|
|
||||||
|
killall -q hotplug2
|
||||||
[ -x /sbin/hotplug2 ] && /sbin/hotplug2 --override --persistent \
|
[ -x /sbin/hotplug2 ] && /sbin/hotplug2 --override --persistent \
|
||||||
--max-children 1 --no-coldplug &
|
--max-children 1 --no-coldplug &
|
||||||
|
|
||||||
|
@ -87,6 +87,5 @@ if [ -z "$INITRAMFS" ]; then
|
|||||||
|
|
||||||
echo "- init -"
|
echo "- init -"
|
||||||
|
|
||||||
killall hotplug2
|
|
||||||
exec /sbin/init
|
exec /sbin/init
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user