| Submitter | Bernhard Reutner-Fischer |
|---|---|
| Date | May 3, 2012, 5:15 p.m. |
| Message ID | <1336065314-8588-1-git-send-email-rep.dot.nop@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/26979/ |
| State | New |
| Headers | show |
Comments
Ping ** 2 (or 3, really. Whole thread) On Thu, May 03, 2012 at 07:15:13PM +0200, Bernhard Reutner-Fischer wrote: >bea936913fcf684c23d36f740050dea118d5caad removed mdev, so rm now unused >file, too. > >Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> >--- > recipes/busybox/files/mdev | 9 --------- > 1 file changed, 9 deletions(-) > delete mode 100644 recipes/busybox/files/mdev > >diff --git a/recipes/busybox/files/mdev b/recipes/busybox/files/mdev >deleted file mode 100644 >index 14ba837..0000000 >--- a/recipes/busybox/files/mdev >+++ /dev/null >@@ -1,9 +0,0 @@ >-#!/bin/sh >- >-mount proc /proc -t proc >-mount sys /sys -t sysfs >-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 >-mdev -s >-- >1.7.10 >
On Thu, 2012-05-03 at 19:15 +0200, Bernhard Reutner-Fischer wrote: > bea936913fcf684c23d36f740050dea118d5caad removed mdev, so rm now unused > file, too. > > Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Thanks, I checked this in. p.
Patch
diff --git a/recipes/busybox/files/mdev b/recipes/busybox/files/mdev deleted file mode 100644 index 14ba837..0000000 --- a/recipes/busybox/files/mdev +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -mount proc /proc -t proc -mount sys /sys -t sysfs -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 -mdev -s
bea936913fcf684c23d36f740050dea118d5caad removed mdev, so rm now unused file, too. Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> --- recipes/busybox/files/mdev | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 recipes/busybox/files/mdev