summaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorVladimir Dronnikov2009-11-02 10:41:46 +0100
committerDenys Vlasenko2009-11-02 10:49:02 +0100
commit0d8ea64af618dc83c3291b3b598636ed3d0854e4 (patch)
tree88fdbe176de46abc7b0a4ea0c162f1b2185ebb3f /util-linux/Config.in
parentd784b65be71f8ddae433ab9bee4e2ad953097716 (diff)
downloadbusybox-0d8ea64af618dc83c3291b3b598636ed3d0854e4.zip
busybox-0d8ea64af618dc83c3291b3b598636ed3d0854e4.tar.gz
mkfs.reiser: new applet. needs much polishing
Signed-off-by: Vladimir Dronnikov <dronnikov@gmail.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in18
1 files changed, 12 insertions, 6 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 36664de..9827145 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"