diff options
author | Mike Frysinger | 2005-09-24 07:11:16 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-09-24 07:11:16 +0000 |
commit | 51a43b47fefaea46b00a74180a7d0b39022e6d11 (patch) | |
tree | b099fd873abe7e76231ee24fe373dda750c002cf /e2fsprogs/Config.in | |
parent | bfe773f471eee7711e19f13df1385208e61c5082 (diff) | |
download | busybox-51a43b47fefaea46b00a74180a7d0b39022e6d11.zip busybox-51a43b47fefaea46b00a74180a7d0b39022e6d11.tar.gz |
import the very fat e2fsck/fsck applets
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 |