blob: c4022bb89c2c9f1f280b634888ab77b76aa6e390 [file] [log] [blame]
Mike Frysingerd89e5e62005-04-24 05:15:12 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Linux Ext2 FS Progs"
7
8config CONFIG_CHATTR
9 bool "chattr"
10 default n
11 help
12 chattr changes the file attributes on a second extended file system.
13
14config CONFIG_LSATTR
15 bool "lsattr"
16 default n
17 help
18 lsattr lists the file attributes on a second extended file system.
19
Mike Frysinger6447ac02005-06-11 05:29:40 +000020config CONFIG_MKE2FS
21 bool "mke2fs"
22 default n
23 help
24 mke2fs is used to create an ext2/ext3 filesystem. The normal compat
25 symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
26
Mike Frysinger174808c2005-06-11 01:14:09 +000027config CONFIG_TUNE2FS
28 bool "tune2fs (and e2label/findfs)"
29 default n
30 help
31 tune2fs allows the system administrator to adjust various tunable
32 filesystem parameters on Linux ext2/ext3 filesystems.
33
34 e2label will display or change the filesystem label on the ext2
35 filesystem located on device.
36
37 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.
39
Mike Frysingerd89e5e62005-04-24 05:15:12 +000040endmenu