* [Buildroot] [PATCH] Remove ConfigFS from Busybox skeleton
@ 2010-04-02 13:09 Paulius Zaleckas
2010-04-02 13:17 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Paulius Zaleckas @ 2010-04-02 13:09 UTC (permalink / raw)
To: buildroot
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] Remove ConfigFS from Busybox skeleton
2010-04-02 13:09 [Buildroot] [PATCH] Remove ConfigFS from Busybox skeleton Paulius Zaleckas
@ 2010-04-02 13:17 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2010-04-02 13:17 UTC (permalink / raw)
To: buildroot
>>>>> "Paulius" == Paulius Zaleckas <paulius.zaleckas@gmail.com> writes:
Paulius> It is not included in generic skeleton and very unlikely
Paulius> that someone will use it on embedded devices.
Paulius> AFAIK even Fedora does not include it in fstab.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-02 13:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-02 13:09 [Buildroot] [PATCH] Remove ConfigFS from Busybox skeleton Paulius Zaleckas
2010-04-02 13:17 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox