summaryrefslogtreecommitdiffstats
path: root/rules/rootfs.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2006-01-26 13:22:53 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2006-01-26 13:22:53 +0000
commit262a404054784a491c041077f268038693e2b050 (patch)
tree8cc55b055eb8cef8cfea3e2f5494b4582786b9fa /rules/rootfs.in
parent706abdbad69e0c3dc321e06a5b12e81439d99a21 (diff)
downloadptxdist-262a404054784a491c041077f268038693e2b050.tar.gz
ptxdist-262a404054784a491c041077f268038693e2b050.tar.xz
from 0.7
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4434 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/rootfs.in')
-rw-r--r--rules/rootfs.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/rootfs.in b/rules/rootfs.in
index 37f7e0990..737ee84fc 100644
--- a/rules/rootfs.in
+++ b/rules/rootfs.in
@@ -200,6 +200,24 @@ config ROOTFS_GENERIC_FSTAB
help
Installs a generic /etc/fstab file.
+config ROOTFS_GENERIC_MTAB
+ depends on ROOTFS
+ bool
+ prompt "generic /etc/mtab"
+ default y
+ help
+ Installs a link to /proc/mounts
+ as /etc/mtab. Some tools like those
+ from the e2fs-tools suite need this
+ file to function properly. However,
+ it is a good idea to keep this file
+ around, since a real /etc/mtab would
+ have to be read-write to be accurate,
+ which is not a good idea in embedded
+ environments with ro-mounted rootfs.
+
+ The Default is therefore: Yes
+
config ROOTFS_GENERIC_GROUP
depends on ROOTFS
bool