diff options
author | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-06-11 01:14:09 +0000 |
---|---|---|
committer | vapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-06-11 01:14:09 +0000 |
commit | 200aa305188642ca584c185c1aebefa44b8b5c42 (patch) | |
tree | a665b8f329a5b5f186b2d04d6240593cdb3b339c /e2fsprogs/Config.in | |
parent | e59d107c455372b1dda15a284f66d98bb2cf5c70 (diff) | |
download | busybox-w32-200aa305188642ca584c185c1aebefa44b8b5c42.tar.gz busybox-w32-200aa305188642ca584c185c1aebefa44b8b5c42.tar.bz2 busybox-w32-200aa305188642ca584c185c1aebefa44b8b5c42.zip |
import tune2fs support
git-svn-id: svn://busybox.net/trunk/busybox@10525 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r-- | e2fsprogs/Config.in | 13 |
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 | |||
17 | help | 17 | help |
18 | lsattr lists the file attributes on a second extended file system. | 18 | lsattr lists the file attributes on a second extended file system. |
19 | 19 | ||
20 | config CONFIG_TUNE2FS | ||
21 | bool "tune2fs (and e2label/findfs)" | ||
22 | default n | ||
23 | help | ||
24 | tune2fs allows the system administrator to adjust various tunable | ||
25 | filesystem parameters on Linux ext2/ext3 filesystems. | ||
26 | |||
27 | e2label will display or change the filesystem label on the ext2 | ||
28 | filesystem located on device. | ||
29 | |||
30 | findfs will search the disks in the system looking for a filesystem | ||
31 | which has a label matching label or a UUID equal to uuid. | ||
32 | |||
20 | endmenu | 33 | endmenu |