summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorBjoern Buerger <b.buerger@pengutronix.de>2005-07-12 11:34:22 +0000
committerBjoern Buerger <b.buerger@pengutronix.de>2005-07-12 11:34:22 +0000
commit08313d52634fb2b13de13b65334a6c13d4d9ace4 (patch)
tree9dde566dbe5f39e17f5a8b84506fdd3aa5717866 /rules/e2fsprogs.in
parent094c7950f1d0964b8966c626ee1611888ed85a11 (diff)
downloadptxdist-08313d52634fb2b13de13b65334a6c13d4d9ace4.tar.gz
ptxdist-08313d52634fb2b13de13b65334a6c13d4d9ace4.tar.xz
added findfs, e2label, tune2fs and some more documentation
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.7-trunk@2926 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/e2fsprogs.in')
-rw-r--r--rules/e2fsprogs.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index 20e90bf63..9f515c7b0 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -1,13 +1,43 @@
menuconfig E2FSPROGS
bool "e2fsprogs "
+ help
+ The e2fsprogs package provides the filesystem utilities for use
+ with the ext2 filesystem. It also supports the ext3 filesystem
+ with journaling support.
config E2FSPROGS_MKFS
bool
prompt "Install mke2fs"
+ default y
depends on E2FSPROGS
+ help
+ This installs /sbin/mke2fs, the filesystem builder for
+ ext2 and ext3
config E2FSPROGS_E2FSCK
bool
prompt "Install e2fsck"
+ default y
depends on E2FSPROGS
+ help
+ This will install /sbin/e2fsck, the filesystem
+ checking and recovery tool for ext2 and ext3.
+config PTXCONF_E2FSPROGS_TUNE2FS
+ bool
+ prompt "Install e2fsck"
+ default y
+ depends on E2FSPROGS
+ help
+ This will install /sbin/tune2fs, /sbin/findfs, /sbin/e2label
+ to your target. Please note, that all thre share the same
+ binary (tune2fs).
+
+ tune2fs lets you modify various aspects of your ext2 oder ext3
+ filesystem. See tune2fs --help for details.
+
+ findfs will find any filesystem identified by a filesystem-label
+ or UUID and return the name of the corresponding device node.
+
+ e2label can display and edit ext2 and ext3 filesystem labels.
+