aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/Config.in
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-06-11 01:14:09 +0000
committerMike Frysinger <vapier@gentoo.org>2005-06-11 01:14:09 +0000
commit174808cedbc069d59e8a2cb570d35d9001c1e51b (patch)
treea665b8f329a5b5f186b2d04d6240593cdb3b339c /e2fsprogs/Config.in
parenta34f99930daa45d52de31740a54e3989eda83d6f (diff)
downloadbusybox-174808cedbc069d59e8a2cb570d35d9001c1e51b.tar.gz
import tune2fs support
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r--e2fsprogs/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/e2fsprogs/Config.in b/e2fsprogs/Config.in
index a2d9fe8a5..0ffd51746 100644
--- a/e2fsprogs/Config.in
+++ b/e2fsprogs/Config.in
@@ -17,4 +17,17 @@ config CONFIG_LSATTR
help
lsattr lists the file attributes on a second extended file system.
+config CONFIG_TUNE2FS
+ bool "tune2fs (and e2label/findfs)"
+ default n
+ help
+ tune2fs allows the system administrator to adjust various tunable
+ filesystem parameters on Linux ext2/ext3 filesystems.
+
+ e2label will display or change the filesystem label on the ext2
+ filesystem located on device.
+
+ findfs will search the disks in the system looking for a filesystem
+ which has a label matching label or a UUID equal to uuid.
+
endmenu