Config.in 1.9 KB

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