git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7977d33
)
busybox: remove superfluous newlines from mdev init script
author
Bernhard Reutner-Fischer
<rep.dot.nop@gmail.com>
Tue, 4 Jan 2011 04:02:00 +0000
(
04:02
+0000)
committer
Khem Raj
<raj.khem@gmail.com>
Fri, 7 Jan 2011 22:42:36 +0000
(14:42 -0800)
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/busybox/files/mdev
patch
|
blob
|
history
diff --git
a/recipes/busybox/files/mdev
b/recipes/busybox/files/mdev
index
4eed51e
..
4eba619
100755
(executable)
--- a/
recipes/busybox/files/mdev
+++ b/
recipes/busybox/files/mdev
@@
-1,11
+1,7
@@
#!/bin/sh
mount -t tmpfs tmpfs /dev -o size=64k,mode=0755
-
mkdir /dev/pts /dev/shm
-
mount -t devpts devpts /dev/pts
-
-echo "/sbin/mdev" >/proc/sys/kernel/hotplug
-
+echo "/sbin/mdev" > /proc/sys/kernel/hotplug
mdev -s