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 4a564df..225e5aa 100644 --- a/e2fsprogs/Config.in +++ b/e2fsprogs/Config.in @@ -11,6 +11,23 @@ config CONFIG_CHATTR help chattr changes the file attributes on a second extended file system. +config CONFIG_E2FSCK + bool "e2fsck" + default n + help + e2fsck is used to check Linux second extended file systems (ext2fs). + e2fsck also supports ext2 filesystems countaining a journal (ext3). + The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also + provided. + +config CONFIG_FSCK + bool "fsck" + default n + help + fsck is used to check and optionally repair one or more filesystems. + In actuality, fsck is simply a front-end for the various file system + checkers (fsck.fstype) available under Linux. + config CONFIG_LSATTR bool "lsattr" default n |