mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.4 KiB

  1. dnl Enable Quota Support
  2. dnl
  3. CONFIG_QUOTA=y
  4. dnl FAT is still very importand
  5. dnl
  6. CONFIG_FAT_FS=y
  7. CONFIG_MSDOS_FS=y
  8. # CONFIG_UMSDOS_FS is not set
  9. CONFIG_VFAT_FS=y
  10. dnl ISO9660 support (including JOLIET and ZISOFS compression)
  11. dnl
  12. CONFIG_ISO9660_FS=y
  13. CONFIG_JOLIET=y
  14. CONFIG_ZISOFS=y
  15. dnl Enable IBM JFS
  16. dnl
  17. CONFIG_JFS_FS=y
  18. CONFIG_JFS_POSIX_ACL=y
  19. # CONFIG_JFS_DEBUG is not set
  20. # CONFIG_JFS_STATISTICS is not set
  21. dnl Enable SGI XFS
  22. dnl
  23. CONFIG_XFS_FS=y
  24. # CONFIG_XFS_RT is not set
  25. # CONFIG_XFS_QUOTA is not set
  26. CONFIG_XFS_POSIX_ACL=y
  27. dnl DevFS and Proc
  28. dnl in the past we had DEVPTS disabled since it is done in DevFS
  29. dnl unfortunately it got removed in 2.5 due to the code duplication.
  30. dnl So now even with devfs devpts must be enabled and used.
  31. dnl
  32. CONFIG_DEVFS_FS=y
  33. CONFIG_DEVFS_MOUNT=y
  34. # CONFIG_DEVFS_DEBUG is not set
  35. CONFIG_DEVPTS_FS=y
  36. CONFIG_PROC_FS=y
  37. dnl Enable ext2fs and ext3fs
  38. dnl
  39. CONFIG_EXT2_FS=y
  40. CONFIG_EXT2_FS_XATTR=y
  41. CONFIG_EXT2_FS_POSIX_ACL=y
  42. CONFIG_EXT2_FS_SUIDDIR=y
  43. CONFIG_EXT3_FS=y
  44. CONFIG_EXT3_FS_XATTR=y
  45. CONFIG_EXT3_FS_POSIX_ACL=y
  46. CONFIG_EXT3_FS_SUIDDIR=y
  47. dnl Reiser Filesystem
  48. dnl
  49. CONFIG_REISERFS_FS=y
  50. # CONFIG_REISERFS_CHECK is not set
  51. # CONFIG_REISERFS_PROC_INFO is not set
  52. CONFIG_REISERFS_FS_SUIDDIR=y
  53. dnl Network FS settings
  54. dnl Version 3 has several advantages ...
  55. dnl
  56. CONFIG_NFS_FS=y
  57. CONFIG_NFS_V3=y
  58. CONFIG_NFSD_V3=y
  59. dnl ROMFS, RAMFS, CRAMFS and TMPFS (for initrd, install and /tmp)
  60. dnl
  61. CONFIG_ROMFS_FS=y
  62. CONFIG_RAMFS=y
  63. CONFIG_CRAMFS=y
  64. CONFIG_TMPFS=y