diff options
Diffstat (limited to 'e2fsprogs/Config.in')
-rw-r--r-- | e2fsprogs/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e2fsprogs/Config.in b/e2fsprogs/Config.in index 0ffd517..c4022bb 100644 --- a/e2fsprogs/Config.in +++ b/e2fsprogs/Config.in @@ -17,6 +17,13 @@ config CONFIG_LSATTR help lsattr lists the file attributes on a second extended file system. +config CONFIG_MKE2FS + bool "mke2fs" + default n + help + mke2fs is used to create an ext2/ext3 filesystem. The normal compat + symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided. + config CONFIG_TUNE2FS bool "tune2fs (and e2label/findfs)" default n |