Config.in 1021 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see scripts/kbuild/config-language.txt.
  4. #
  5. menu "Linux Ext2 FS Progs"
  6. config CONFIG_CHATTR
  7. bool "chattr"
  8. default n
  9. help
  10. chattr changes the file attributes on a second extended file system.
  11. config CONFIG_LSATTR
  12. bool "lsattr"
  13. default n
  14. help
  15. lsattr lists the file attributes on a second extended file system.
  16. config CONFIG_MKE2FS
  17. bool "mke2fs"
  18. default n
  19. help
  20. mke2fs is used to create an ext2/ext3 filesystem. The normal compat
  21. symlinks 'mkfs.ext2' and 'mkfs.ext3' are also provided.
  22. config CONFIG_TUNE2FS
  23. bool "tune2fs (and e2label/findfs)"
  24. default n
  25. help
  26. tune2fs allows the system administrator to adjust various tunable
  27. filesystem parameters on Linux ext2/ext3 filesystems.
  28. e2label will display or change the filesystem label on the ext2
  29. filesystem located on device.
  30. findfs will search the disks in the system looking for a filesystem
  31. which has a label matching label or a UUID equal to uuid.
  32. endmenu