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 check for and attempt to repair any corruption that occurs to a minix filesystem. +config MKFS_EXT2 + bool "mkfs_ext2" + default n + help + Utility to create EXT2 filesystems. + config MKFS_MINIX bool "mkfs_minix" default n @@ -233,17 +239,17 @@ config FEATURE_MINIX2 this. If you enabled 'mkfs_minix' then you almost certainly want to be using the version 2 filesystem support. -config MKFS_VFAT - bool "mkfs_vfat" +config MKFS_REISER + bool "mkfs_reiser" default n help - Utility to create FAT32 filesystems. + Utility to create ReiserFS filesystems. -config MKFS_EXT2 - bool "mkfs_ext2" +config MKFS_VFAT + bool "mkfs_vfat" default n help - Utility to create EXT2 filesystems. + Utility to create FAT32 filesystems. config GETOPT bool "getopt" |