import tune2fs support
[oweals/busybox.git] / e2fsprogs / Config.in
1 #
2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
4 #
5
6 menu "Linux Ext2 FS Progs"
7
8 config CONFIG_CHATTR
9         bool "chattr"
10         default n
11         help
12           chattr changes the file attributes on a second extended file system.
13
14 config CONFIG_LSATTR
15         bool "lsattr"
16         default n
17         help
18           lsattr lists the file attributes on a second extended file system.
19
20 config CONFIG_TUNE2FS
21         bool "tune2fs (and e2label/findfs)"
22         default n
23         help
24           tune2fs allows the system administrator to adjust various tunable 
25           filesystem parameters on Linux ext2/ext3 filesystems.
26
27           e2label will display or change the filesystem label on the ext2 
28           filesystem located on device.
29
30           findfs will search the disks in the system looking for a filesystem 
31           which has a label matching label or a UUID equal to uuid.
32
33 endmenu