projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00a43b0
)
kill hotplug2 before running init
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 Apr 2008 14:30:11 +0000
(14:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 Apr 2008 14:30:11 +0000
(14:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10929
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
target/linux/generic-2.6/base-files/init
patch
|
blob
|
history
diff --git
a/target/linux/generic-2.6/base-files/init
b/target/linux/generic-2.6/base-files/init
index
4532838
..
a3387eb
100755
(executable)
--- 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