aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r--e2fsprogs/Config.in12
1 files changed, 11 insertions, 1 deletions
diff --git a/e2fsprogs/Config.in b/e2fsprogs/Config.in
index c4022bb89..4a564df60 100644
--- a/e2fsprogs/Config.in
+++ b/e2fsprogs/Config.in
@@ -25,15 +25,25 @@ config CONFIG_MKE2FS
25 symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. 25 symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
26 26
27config CONFIG_TUNE2FS 27config CONFIG_TUNE2FS
28 bool "tune2fs (and e2label/findfs)" 28 bool "tune2fs"
29 default n 29 default n
30 help 30 help
31 tune2fs allows the system administrator to adjust various tunable 31 tune2fs allows the system administrator to adjust various tunable
32 filesystem parameters on Linux ext2/ext3 filesystems. 32 filesystem parameters on Linux ext2/ext3 filesystems.
33 33
34config CONFIG_E2LABEL
35 bool "e2label"
36 default n
37 depends on CONFIG_TUNE2FS
38 help
34 e2label will display or change the filesystem label on the ext2 39 e2label will display or change the filesystem label on the ext2
35 filesystem located on device. 40 filesystem located on device.
36 41
42config CONFIG_FINDFS
43 bool "findfs"
44 default n
45 depends on CONFIG_TUNE2FS
46 help
37 findfs will search the disks in the system looking for a filesystem 47 findfs will search the disks in the system looking for a filesystem
38 which has a label matching label or a UUID equal to uuid. 48 which has a label matching label or a UUID equal to uuid.
39 49