mkfs.reiser: new applet. needs much polishing

Signed-off-by: Vladimir Dronnikov <dronnikov@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Vladimir Dronnikov
2009-11-02 10:41:46 +01:00
committed by Denys Vlasenko
parent d784b65be7
commit 0d8ea64af6
5 changed files with 402 additions and 6 deletions

View File

@@ -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,18 +239,18 @@ config FEATURE_MINIX2
this. If you enabled 'mkfs_minix' then you almost certainly want to
be using the version 2 filesystem support.
config MKFS_REISER
bool "mkfs_reiser"
default n
help
Utility to create ReiserFS filesystems.
config MKFS_VFAT
bool "mkfs_vfat"
default n
help
Utility to create FAT32 filesystems.
config MKFS_EXT2
bool "mkfs_ext2"
default n
help
Utility to create EXT2 filesystems.
config GETOPT
bool "getopt"
default n