diff options
author | Vladimir Dronnikov <dronnikov@gmail.com> | 2009-11-02 10:41:46 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-02 10:49:02 +0100 |
commit | 0d8ea64af618dc83c3291b3b598636ed3d0854e4 (patch) | |
tree | 88fdbe176de46abc7b0a4ea0c162f1b2185ebb3f /util-linux/Config.in | |
parent | d784b65be71f8ddae433ab9bee4e2ad953097716 (diff) | |
download | busybox-w32-0d8ea64af618dc83c3291b3b598636ed3d0854e4.tar.gz busybox-w32-0d8ea64af618dc83c3291b3b598636ed3d0854e4.tar.bz2 busybox-w32-0d8ea64af618dc83c3291b3b598636ed3d0854e4.zip |
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.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" |