summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2007-01-06 17:52:51 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2007-01-06 17:52:51 +0000
commit6a60bde50149a5f91064b91a0948f8b804df080d (patch)
treed603a55ee3e39a5c48365cb3f5efec9207179811 /rules/e2fsprogs.in
parent53acb4307345c1d8aa078586ad895800da6a73d3 (diff)
downloadptxdist-6a60bde50149a5f91064b91a0948f8b804df080d.tar.gz
ptxdist-6a60bde50149a5f91064b91a0948f8b804df080d.tar.xz
* ipkg, dosfsutils, e2fsprogs: menue alignments fixed
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6763 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/e2fsprogs.in')
-rw-r--r--rules/e2fsprogs.in24
1 files changed, 12 insertions, 12 deletions
diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in
index f925438c1..0e9021020 100644
--- a/rules/e2fsprogs.in
+++ b/rules/e2fsprogs.in
@@ -1,8 +1,8 @@
menuconfig E2FSPROGS
- bool "e2fsprogs "
+ bool "e2fsprogs "
help
- The e2fsprogs package provides the filesystem utilities for use
- with the ext2 filesystem. It also supports the ext3 filesystem
+ 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
@@ -12,7 +12,7 @@ config E2FSPROGS_MKFS
depends on E2FSPROGS
depends on !BB_CONFIG_MKE2FS
help
- This installs /sbin/mke2fs, the filesystem builder for
+ This installs /sbin/mke2fs, the filesystem builder for
ext2 and ext3
comment "Busybox' mke2fs is selected"
@@ -25,8 +25,8 @@ config E2FSPROGS_E2FSCK
default y
depends on E2FSPROGS
depends on !BB_CONFIG_E2FSCK
- help
- This will install /sbin/e2fsck, the filesystem
+ help
+ This will install /sbin/e2fsck, the filesystem
checking and recovery tool for ext2 and ext3.
comment "Busybox' e2fsck is selected"
@@ -38,17 +38,17 @@ config E2FSPROGS_TUNE2FS
prompt "Install tune2fs, findfs, e2label"
depends on E2FSPROGS
depends on !BB_CONFIG_TUNE2FS
- help
+ help
This will install /sbin/tune2fs, /sbin/findfs, /sbin/e2label
- to your target. Please note, that all thre share the same
+ 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.
-
+ 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.
comment "Busybox' tune2fs is selected"