1 # DO NOT EDIT. This file is generated from Config.src
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
7 menu "Linux Ext2 FS Progs"
11 config BUSYBOX_CONFIG_CHATTR
15 chattr changes the file attributes on a second extended file system.
17 config BUSYBOX_CONFIG_E2FSCK
21 e2fsck is used to check Linux second extended file systems (ext2fs).
22 e2fsck also supports ext2 filesystems countaining a journal (ext3).
23 The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
26 config BUSYBOX_CONFIG_FSCK
30 fsck is used to check and optionally repair one or more filesystems.
31 In actuality, fsck is simply a front-end for the various file system
32 checkers (fsck.fstype) available under Linux.
34 config BUSYBOX_CONFIG_LSATTR
38 lsattr lists the file attributes on a second extended file system.
40 config BUSYBOX_CONFIG_MKE2FS
44 mke2fs is used to create an ext2/ext3 filesystem. The normal compat
45 symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
47 config BUSYBOX_CONFIG_TUNE2FS
51 tune2fs allows the system administrator to adjust various tunable
52 filesystem parameters on Linux ext2/ext3 filesystems.
54 config BUSYBOX_CONFIG_E2LABEL
57 depends on BUSYBOX_CONFIG_TUNE2FS
59 e2label will display or change the filesystem label on the ext2
60 filesystem located on device.
62 config BUSYBOX_CONFIG_FINDFS
65 depends on BUSYBOX_CONFIG_TUNE2FS
67 findfs will search the disks in the system looking for a filesystem
68 which has a label matching label or a UUID equal to uuid.