2
0
forked from Ivasoft/openwrt

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:
Felix Fietkau
2008-08-01 03:01:42 +00:00
parent d98002bd59
commit 37c7e13a5f
2 changed files with 1 additions and 1 deletions

View File

@@ -87,6 +87,5 @@ if [ -z "$INITRAMFS" ]; then
echo "- init -"
killall hotplug2
exec /sbin/init
fi