diff options
author | Mike Frysinger | 2005-06-11 05:29:40 +0000 |
---|---|---|
committer | Mike Frysinger | 2005-06-11 05:29:40 +0000 |
commit | 6447ac0ef47a99619e0a51ff6bcb4f8c9ea5bdb8 (patch) | |
tree | f7bb3bdfb16f8b0927ae91164c2bfa6373c8c0a9 /e2fsprogs/Config.in | |
parent | 174808cedbc069d59e8a2cb570d35d9001c1e51b (diff) | |
download | busybox-6447ac0ef47a99619e0a51ff6bcb4f8c9ea5bdb8.zip busybox-6447ac0ef47a99619e0a51ff6bcb4f8c9ea5bdb8.tar.gz |
import initial fat mke2fs
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 |