From: Paulius Zaleckas <paulius.zaleckas@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Remove ConfigFS from Busybox skeleton
Date: Fri, 02 Apr 2010 16:09:18 +0300 [thread overview]
Message-ID: <20100402130918.2348.61205.stgit@localhost.localdomain> (raw)
It is not included in generic skeleton and very unlikely
that someone will use it on embedded devices.
AFAIK even Fedora does not include it in fstab.
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
---
.../generic/target_busybox_skeleton/config/.empty | 0
target/generic/target_busybox_skeleton/etc/fstab | 1 -
2 files changed, 0 insertions(+), 1 deletions(-)
delete mode 100644 target/generic/target_busybox_skeleton/config/.empty
diff --git a/target/generic/target_busybox_skeleton/config/.empty b/target/generic/target_busybox_skeleton/config/.empty
deleted file mode 100644
index e69de29..0000000
diff --git a/target/generic/target_busybox_skeleton/etc/fstab b/target/generic/target_busybox_skeleton/etc/fstab
index 5a351e2..87d9da0 100644
--- a/target/generic/target_busybox_skeleton/etc/fstab
+++ b/target/generic/target_busybox_skeleton/etc/fstab
@@ -5,5 +5,4 @@
proc /proc proc defaults 0 0
devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
tmpfs /tmp tmpfs defaults 0 0
-configfs /config configfs defaults 0 0
sysfs /sys sysfs defaults 0 0
next reply other threads:[~2010-04-02 13:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-02 13:09 Paulius Zaleckas [this message]
2010-04-02 13:17 ` [Buildroot] [PATCH] Remove ConfigFS from Busybox skeleton Peter Korsgaard
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=20100402130918.2348.61205.stgit@localhost.localdomain \
--to=paulius.zaleckas@gmail.com \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox