1
0

Config.in 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. # DO NOT EDIT. This file is generated from Config.src
  2. #
  3. # For a description of the syntax of this configuration file,
  4. # see scripts/kbuild/config-language.txt.
  5. #
  6. menu "Linux Ext2 FS Progs"
  7. config BUSYBOX_CHATTR
  8. bool "chattr"
  9. default n
  10. help
  11. chattr changes the file attributes on a second extended file system.
  12. ### config E2FSCK
  13. ### bool "e2fsck"
  14. ### default y
  15. ### help
  16. ### e2fsck is used to check Linux second extended file systems (ext2fs).
  17. ### e2fsck also supports ext2 filesystems countaining a journal (ext3).
  18. ### The normal compat symlinks 'fsck.ext2' and 'fsck.ext3' are also
  19. ### provided.
  20. config BUSYBOX_FSCK
  21. bool "fsck"
  22. default n
  23. help
  24. fsck is used to check and optionally repair one or more filesystems.
  25. In actuality, fsck is simply a front-end for the various file system
  26. checkers (fsck.fstype) available under Linux.
  27. config BUSYBOX_LSATTR
  28. bool "lsattr"
  29. default n
  30. select BUSYBOX_PLATFORM_LINUX
  31. help
  32. lsattr lists the file attributes on a second extended file system.
  33. ### config MKE2FS
  34. ### bool "mke2fs"
  35. ### default y
  36. ### help
  37. ### mke2fs is used to create an ext2/ext3 filesystem. The normal compat
  38. ### symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
  39. config BUSYBOX_TUNE2FS
  40. bool "tune2fs"
  41. default n # off: it is too limited compared to upstream version
  42. help
  43. tune2fs allows the system administrator to adjust various tunable
  44. filesystem parameters on Linux ext2/ext3 filesystems.
  45. ### config E2LABEL
  46. ### bool "e2label"
  47. ### default y
  48. ### depends on BUSYBOX_TUNE2FS
  49. ### help
  50. ### e2label will display or change the filesystem label on the ext2
  51. ### filesystem located on device.
  52. ### NB: this one is now provided by util-linux/volume_id/*
  53. ### config FINDFS
  54. ### bool "findfs"
  55. ### default y
  56. ### depends on BUSYBOX_TUNE2FS
  57. ### help
  58. ### findfs will search the disks in the system looking for a filesystem
  59. ### which has a label matching label or a UUID equal to uuid.
  60. endmenu