From: Felix Fietkau Date: Wed, 23 Apr 2008 14:30:11 +0000 (+0000) Subject: kill hotplug2 before running init X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c1f6e213a11bde4c3cc31096bcc82c0346deab7e;p=lede.git kill hotplug2 before running init SVN-Revision: 10929 --- diff --git a/target/linux/generic-2.6/base-files/init b/target/linux/generic-2.6/base-files/init index 45328384e9..a3387eb107 100755 --- a/target/linux/generic-2.6/base-files/init +++ b/target/linux/generic-2.6/base-files/init @@ -74,4 +74,5 @@ mount -o move /dev/pts /mnt/dev/pts mount -o move /tmp /mnt/tmp mount -o move /sys /mnt/sys mount none /tmp -t tmpfs +killall -q hotplug2 exec switch_root -c /dev/console /mnt /sbin/init