source: MondoRescue/branches/2.2.9/mindi-busybox/e2fsprogs/Config.in@ 2725

Last change on this file since 2725 was 2725, checked in by Bruno Cornec, 13 years ago
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File size: 1.8 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 y
14 help
15 chattr changes the file attributes on a second extended file system.
16
17### config E2FSCK
18### bool "e2fsck"
19### default y
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 y
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 y
37 depends on PLATFORM_LINUX
38 help
39 lsattr lists the file attributes on a second extended file system.
40
41### config MKE2FS
42### bool "mke2fs"
43### default y
44### help
45### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
46### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
47
48config TUNE2FS
49 bool "tune2fs"
50 default n # off: it is too limited compared to upstream version
51 help
52 tune2fs allows the system administrator to adjust various tunable
53 filesystem parameters on Linux ext2/ext3 filesystems.
54
55### config E2LABEL
56### bool "e2label"
57### default y
58### depends on TUNE2FS
59### help
60### e2label will display or change the filesystem label on the ext2
61### filesystem located on device.
62
63### NB: this one is now provided by util-linux/volume_id/*
64### config FINDFS
65### bool "findfs"
66### default y
67### depends on TUNE2FS
68### help
69### findfs will search the disks in the system looking for a filesystem
70### which has a label matching label or a UUID equal to uuid.
71
72endmenu
Note: See TracBrowser for help on using the repository browser.