All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: Phil Blundell <philb@gnu.org>
Cc: openembedded-core@openembedded.org
Subject: [meta-micro][PATCH 1/2] busybox: mdev was removed
Date: Thu,  3 May 2012 19:15:13 +0200	[thread overview]
Message-ID: <1336065314-8588-1-git-send-email-rep.dot.nop@gmail.com> (raw)

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




             reply	other threads:[~2012-05-03 17:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-03 17:15 Bernhard Reutner-Fischer [this message]
2012-05-03 17:15 ` [meta-micro][PATCH 2/2] busybox: bump to 1.19.4 Bernhard Reutner-Fischer
2012-05-28 16:13   ` Phil Blundell
2012-05-15 19:50 ` Ping [was Re: [meta-micro][PATCH 1/2] busybox: mdev was removed] Bernhard Reutner-Fischer
2012-05-28 16:11 ` [meta-micro][PATCH 1/2] busybox: mdev was removed Phil Blundell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1336065314-8588-1-git-send-email-rep.dot.nop@gmail.com \
    --to=rep.dot.nop@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=openembedded-core@openembedded.org \
    --cc=philb@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.