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:
committed by
Denys Vlasenko
parent
d784b65be7
commit
0d8ea64af6
@@ -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
|
||||
|
Reference in New Issue
Block a user