diff options
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r-- | util-linux/Config.in | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in index 36664de50..982714517 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in | |||
@@ -213,6 +213,12 @@ config FSCK_MINIX | |||
213 | check for and attempt to repair any corruption that occurs to a minix | 213 | check for and attempt to repair any corruption that occurs to a minix |
214 | filesystem. | 214 | filesystem. |
215 | 215 | ||
216 | config MKFS_EXT2 | ||
217 | bool "mkfs_ext2" | ||
218 | default n | ||
219 | help | ||
220 | Utility to create EXT2 filesystems. | ||
221 | |||
216 | config MKFS_MINIX | 222 | config MKFS_MINIX |
217 | bool "mkfs_minix" | 223 | bool "mkfs_minix" |
218 | default n | 224 | default n |
@@ -233,17 +239,17 @@ config FEATURE_MINIX2 | |||
233 | this. If you enabled 'mkfs_minix' then you almost certainly want to | 239 | this. If you enabled 'mkfs_minix' then you almost certainly want to |
234 | be using the version 2 filesystem support. | 240 | be using the version 2 filesystem support. |
235 | 241 | ||
236 | config MKFS_VFAT | 242 | config MKFS_REISER |
237 | bool "mkfs_vfat" | 243 | bool "mkfs_reiser" |
238 | default n | 244 | default n |
239 | help | 245 | help |
240 | Utility to create FAT32 filesystems. | 246 | Utility to create ReiserFS filesystems. |
241 | 247 | ||
242 | config MKFS_EXT2 | 248 | config MKFS_VFAT |
243 | bool "mkfs_ext2" | 249 | bool "mkfs_vfat" |
244 | default n | 250 | default n |
245 | help | 251 | help |
246 | Utility to create EXT2 filesystems. | 252 | Utility to create FAT32 filesystems. |
247 | 253 | ||
248 | config GETOPT | 254 | config GETOPT |
249 | bool "getopt" | 255 | bool "getopt" |