| Submitter | Bernhard Reutner-Fischer |
|---|---|
| Date | Jan. 3, 2011, 8:02 p.m. |
| Message ID | <1294084926-3115-6-git-send-email-rep.dot.nop@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/163/ |
| State | Accepted |
| Headers | show |
Comments
? ????????? ?? ??????????? 03 ?????? 2011 23:02:00 ????? Bernhard Reutner- Fischer ???????: > Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> > --- > recipes/busybox/files/mdev | 6 +----- > 1 files changed, 1 insertions(+), 5 deletions(-) Acked-by: Roman I Khimov <khimov@altell.ru>
Patch
diff --git a/recipes/busybox/files/mdev b/recipes/busybox/files/mdev index 4eed51e..4eba619 100755 --- 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
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> --- recipes/busybox/files/mdev | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-)