summaryrefslogtreecommitdiffstats
path: root/rules/e2fsprogs.in
blob: da1ff9646d641e6b1fb97eeb24495aa24ea4b4ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
## SECTION=disk_and_file
menuconfig E2FSPROGS
	tristate
	prompt "e2fsprogs                     "
	help
	 The e2fsprogs package provides the filesystem utilities for use
	 with the ext2 filesystem. It also supports the ext3 filesystem
	 with journaling support.

if E2FSPROGS

# ---------------------
comment "Build Options"
# ---------------------

config E2FSPROGS_COMPRESSION
	bool
	prompt "compression"
	help
	  Enable experimental compression support.

config E2FSPROGS_HTREE
	bool
	prompt "htree"
	help
	  Enable experimental htree support.

config E2FSPROGS_IMAGER
	bool
	# no prompt
	default y if E2FSPROGS_INSTALL_E2IMAGE
	help
	  Enable support for e2image program.

config E2FSPROGS_RESIZER
	bool
	# no prompt
	default y if E2FSPROGS_INSTALL_RESIZE2FS
	help
	  Enable support for e2resize program.

# -----------------------
comment "Install Options"
# -----------------------

config E2FSPROGS_INSTALL_LSATTR
	bool
	prompt "install lsattr"
	help
	  Enable support for lsattr program.

config E2FSPROGS_INSTALL_UUIDGEN
	bool
	prompt "install uuidgen"
	help
	  Enable support for uuidgen program.

config E2FSPROGS_INSTALL_MK_CMDS
	bool
	prompt "install mk_cmds"
	help
	  Enable support for mk_cmds program.

config E2FSPROGS_INSTALL_CHATTR
	bool
	prompt "install chattr"
	help
	  Enable support for chattr program.

config E2FSPROGS_INSTALL_COMPILE_ET
	bool
	prompt "install compile_et"
	help
	  Enable support for compile_et program.

# -----

config E2FSPROGS_INSTALL_BLKID
	bool
	prompt "install blkid"
	help
	  Enable support for blkid program.

config E2FSPROGS_INSTALL_MKFS_EXT4DEV
	bool
	prompt "install mkfs.ext4dev"
	help
	  Enable support for mkfs.ext4dev program.

config E2FSPROGS_INSTALL_LOGSAVE
	bool
	prompt "install logsave"
	help
	  Enable support for logsave program.

config E2FSPROGS_INSTALL_MKFS_EXT3
	bool
	prompt "install mkfs.ext3"
	help
	  Enable support for mkfs.ext3 program.

config E2FSPROGS_INSTALL_FSCK_EXT4
	bool
	prompt "install fsck.ext4"
	help
	  Enable support for fsck.ext4 program.

config E2FSPROGS_INSTALL_DUMPE2FS
	bool
	prompt "install dumpe2fs"
	help
	  Enable support for dumpe2fs program.

config E2FSPROGS_INSTALL_FINDFS
	bool
	prompt "install findfs"
	help
	  Enable support for findfs program.

config E2FSPROGS_INSTALL_FILEFRAG
	bool
	prompt "install filefrag"
	help
	  Enable support for filefrag program.

config E2FSPROGS_INSTALL_MKE2FS
	bool
	prompt "install mke2fs"
	help
	  Enable support for mke2fs program.

config E2FSPROGS_INSTALL_MKLOSTANDFOUND
	bool
	prompt "install mklost+found"
	help
	  Enable support for mklost+found program.

config E2FSPROGS_INSTALL_FSCK_EXT4DEV
	bool
	prompt "install fsck.ext4dev"
	help
	  Enable support for fsck.ext4dev program.

config E2FSPROGS_INSTALL_E2FSCK
	bool
	prompt "install e2fsck"
	help
	  Enable support for e2fsck program.

config E2FSPROGS_INSTALL_MKFS_EXT2
	bool
	prompt "install mkfs.ext2"
	help
	  Enable support for mkfs.ext2 program.

config E2FSPROGS_INSTALL_MKFS_EXT4
	bool
	prompt "install mkfs.ext4"
	help
	  Enable support for mkfs.ext4 program.

config E2FSPROGS_INSTALL_RESIZE2FS
	bool
	prompt "install resize2fs"
	help
	  Enable support for resize2fs program.

config E2FSPROGS_INSTALL_E2IMAGE
	bool
	prompt "install e2image"
	help
	  Enable support for e2image program.

config E2FSPROGS_INSTALL_TUNE2FS
	bool
	prompt "install tune2fs"
	help
	  Enable support for tune2fs program.

config E2FSPROGS_INSTALL_E2UNDO
	bool
	prompt "install e2undo"
	help
	  Enable support for e2undo program.

config E2FSPROGS_INSTALL_FSCK_EXT3
	bool
	prompt "install fsck.ext3"
	help
	  Enable support for fsck.ext3 program.

config E2FSPROGS_INSTALL_BADBLOCKS
	bool
	prompt "install badblocks"
	help
	  Enable support for badblocks program.

config E2FSPROGS_INSTALL_UUID
	bool
	prompt "install uuid"
	help
	  Enable support for uuid program.

endif