source: MondoRescue/branches/2.2.9/mindi-busybox/e2fsprogs/old_e2fsprogs/Config.src@ 3320

Last change on this file since 3320 was 3320, checked in by Bruno Cornec, 9 years ago
  • Re-add (thanks git BTW) the 2.2.9 branch which had been destroyed in the move to 3.0
File size: 1.6 KB
Line 
1#
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
8INSERT
9
10config CHATTR
11 bool "chattr"
12 default n
13 help
14 chattr changes the file attributes on a second extended file system.
15
16config E2FSCK
17 bool "e2fsck"
18 default n
19 help
20 e2fsck is used to check Linux second extended file systems (ext2fs).
21 e2fsck also supports ext2 filesystems countaining a journal (ext3).
22 The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
23 provided.
24
25config FSCK
26 bool "fsck"
27 default n
28 help
29 fsck is used to check and optionally repair one or more filesystems.
30 In actuality, fsck is simply a front-end for the various file system
31 checkers (fsck.fstype) available under Linux.
32
33config LSATTR
34 bool "lsattr"
35 default n
36 help
37 lsattr lists the file attributes on a second extended file system.
38
39config MKE2FS
40 bool "mke2fs"
41 default n
42 help
43 mke2fs is used to create an ext2/ext3 filesystem. The normal compat
44 symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
45
46config TUNE2FS
47 bool "tune2fs"
48 default n
49 help
50 tune2fs allows the system administrator to adjust various tunable
51 filesystem parameters on Linux ext2/ext3 filesystems.
52
53config E2LABEL
54 bool "e2label"
55 default n
56 depends on TUNE2FS
57 help
58 e2label will display or change the filesystem label on the ext2
59 filesystem located on device.
60
61config FINDFS
62 bool "findfs"
63 default n
64 depends on TUNE2FS
65 help
66 findfs will search the disks in the system looking for a filesystem
67 which has a label matching label or a UUID equal to uuid.
68
69endmenu
Note: See TracBrowser for help on using the repository browser.