diff options
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r-- | e2fsprogs/Config.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/e2fsprogs/Config.in b/e2fsprogs/Config.in index 4a564df60..225e5aaaf 100644 --- a/e2fsprogs/Config.in +++ b/e2fsprogs/Config.in | |||
@@ -11,6 +11,23 @@ config CONFIG_CHATTR | |||
11 | help | 11 | help |
12 | chattr changes the file attributes on a second extended file system. | 12 | chattr changes the file attributes on a second extended file system. |
13 | 13 | ||
14 | config CONFIG_E2FSCK | ||
15 | bool "e2fsck" | ||
16 | default n | ||
17 | help | ||
18 | e2fsck is used to check Linux second extended file systems (ext2fs). | ||
19 | e2fsck also supports ext2 filesystems countaining a journal (ext3). | ||
20 | The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also | ||
21 | provided. | ||
22 | |||
23 | config CONFIG_FSCK | ||
24 | bool "fsck" | ||
25 | default n | ||
26 | help | ||
27 | fsck is used to check and optionally repair one or more filesystems. | ||
28 | In actuality, fsck is simply a front-end for the various file system | ||
29 | checkers (fsck.fstype) available under Linux. | ||
30 | |||
14 | config CONFIG_LSATTR | 31 | config CONFIG_LSATTR |
15 | bool "lsattr" | 32 | bool "lsattr" |
16 | default n | 33 | default n |