source: MondoRescue/branches/2.2.9/mindi-busybox/e2fsprogs/old_e2fsprogs/Config.in@ 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# DO NOT EDIT. This file is generated from Config.src
2#
3# For a description of the syntax of this configuration file,
4# see scripts/kbuild/config-language.txt.
5#
6
7menu "Linux Ext2 FS Progs"
8
9
10
11config CHATTR
12 bool "chattr"
13 default n
14 help
15 chattr changes the file attributes on a second extended file system.
16
17config E2FSCK
18 bool "e2fsck"
19 default n
20 help
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
24 provided.
25
26config FSCK
27 bool "fsck"
28 default n
29 help
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.
33
34config LSATTR
35 bool "lsattr"
36 default n
37 help
38 lsattr lists the file attributes on a second extended file system.
39
40config MKE2FS
41 bool "mke2fs"
42 default n
43 help
44 mke2fs is used to create an ext2/ext3 filesystem. The normal compat
45 symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
46
47config TUNE2FS
48 bool "tune2fs"
49 default n
50 help
51 tune2fs allows the system administrator to adjust various tunable
52 filesystem parameters on Linux ext2/ext3 filesystems.
53
54config E2LABEL
55 bool "e2label"
56 default n
57 depends on TUNE2FS
58 help
59 e2label will display or change the filesystem label on the ext2
60 filesystem located on device.
61
62config FINDFS
63 bool "findfs"
64 default n
65 depends on TUNE2FS
66 help
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.
69
70endmenu
Note: See TracBrowser for help on using the repository browser.