2011-10-21 23:08:45 +00:00
|
|
|
# DO NOT EDIT. This file is generated from Config.src
|
2006-04-04 19:24:40 +00:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Linux Ext2 FS Progs"
|
|
|
|
|
2011-10-21 23:08:45 +00:00
|
|
|
|
|
|
|
|
2006-04-04 19:24:40 +00:00
|
|
|
config BUSYBOX_CONFIG_CHATTR
|
|
|
|
bool "chattr"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
chattr changes the file attributes on a second extended file system.
|
|
|
|
|
2007-01-25 19:08:01 +00:00
|
|
|
### config E2FSCK
|
2008-08-20 14:00:34 +00:00
|
|
|
### bool "e2fsck"
|
2010-08-15 20:28:05 +00:00
|
|
|
### default y
|
2008-08-20 14:00:34 +00:00
|
|
|
### help
|
|
|
|
### e2fsck is used to check Linux second extended file systems (ext2fs).
|
|
|
|
### e2fsck also supports ext2 filesystems countaining a journal (ext3).
|
|
|
|
### The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
|
|
|
|
### provided.
|
2006-04-04 19:24:40 +00:00
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_FSCK
|
|
|
|
bool "fsck"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
fsck is used to check and optionally repair one or more filesystems.
|
|
|
|
In actuality, fsck is simply a front-end for the various file system
|
|
|
|
checkers (fsck.fstype) available under Linux.
|
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_LSATTR
|
|
|
|
bool "lsattr"
|
|
|
|
default n
|
2011-10-21 23:08:45 +00:00
|
|
|
select BUSYBOX_CONFIG_PLATFORM_LINUX
|
2006-04-04 19:24:40 +00:00
|
|
|
help
|
|
|
|
lsattr lists the file attributes on a second extended file system.
|
|
|
|
|
2007-01-25 19:08:01 +00:00
|
|
|
### config MKE2FS
|
2008-08-20 14:00:34 +00:00
|
|
|
### bool "mke2fs"
|
2010-08-15 20:28:05 +00:00
|
|
|
### default y
|
2008-08-20 14:00:34 +00:00
|
|
|
### help
|
2009-05-25 13:52:31 +00:00
|
|
|
### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
|
2008-08-20 14:00:34 +00:00
|
|
|
### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
|
2006-04-04 19:24:40 +00:00
|
|
|
|
2010-08-15 20:28:05 +00:00
|
|
|
config BUSYBOX_CONFIG_TUNE2FS
|
|
|
|
bool "tune2fs"
|
2011-10-21 23:08:45 +00:00
|
|
|
default n # off: it is too limited compared to upstream version
|
2010-08-15 20:28:05 +00:00
|
|
|
help
|
|
|
|
tune2fs allows the system administrator to adjust various tunable
|
|
|
|
filesystem parameters on Linux ext2/ext3 filesystems.
|
2006-04-04 19:24:40 +00:00
|
|
|
|
2007-01-25 19:08:01 +00:00
|
|
|
### config E2LABEL
|
2008-08-20 14:00:34 +00:00
|
|
|
### bool "e2label"
|
2010-08-15 20:28:05 +00:00
|
|
|
### default y
|
2008-08-20 14:00:34 +00:00
|
|
|
### depends on TUNE2FS
|
|
|
|
### help
|
|
|
|
### e2label will display or change the filesystem label on the ext2
|
|
|
|
### filesystem located on device.
|
2006-04-04 19:24:40 +00:00
|
|
|
|
2008-08-20 14:00:34 +00:00
|
|
|
### NB: this one is now provided by util-linux/volume_id/*
|
2007-01-25 19:08:01 +00:00
|
|
|
### config FINDFS
|
2008-08-20 14:00:34 +00:00
|
|
|
### bool "findfs"
|
2010-08-15 20:28:05 +00:00
|
|
|
### default y
|
2008-08-20 14:00:34 +00:00
|
|
|
### depends on TUNE2FS
|
|
|
|
### help
|
|
|
|
### findfs will search the disks in the system looking for a filesystem
|
|
|
|
### which has a label matching label or a UUID equal to uuid.
|
2006-04-04 19:24:40 +00:00
|
|
|
|
|
|
|
endmenu
|