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.

80 lines
1.6 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 NTFS for installation on esoteric notebooks where the user
  11. dnl might have the ISOs on an NTFS partition due to unsupported
  12. dnl floppy, CD, ... drives
  13. CONFIG_NTFS_FS=y
  14. dnl ISO9660 support (including JOLIET and ZISOFS compression)
  15. dnl
  16. CONFIG_ISO9660_FS=y
  17. CONFIG_JOLIET=y
  18. CONFIG_ZISOFS=y
  19. dnl Enable IBM JFS
  20. dnl
  21. CONFIG_JFS_FS=y
  22. CONFIG_JFS_POSIX_ACL=y
  23. # CONFIG_JFS_DEBUG is not set
  24. # CONFIG_JFS_STATISTICS is not set
  25. dnl Enable SGI XFS
  26. dnl
  27. CONFIG_XFS_FS=y
  28. # CONFIG_XFS_RT is not set
  29. # CONFIG_XFS_QUOTA is not set
  30. CONFIG_XFS_POSIX_ACL=y
  31. dnl DevFS and Proc
  32. dnl in the past we had DEVPTS disabled since it is done in DevFS
  33. dnl unfortunately it got removed in 2.5 due to the code duplication.
  34. dnl So now even with devfs devpts must be enabled and used.
  35. dnl
  36. CONFIG_DEVFS_FS=y
  37. CONFIG_DEVFS_MOUNT=y
  38. # CONFIG_DEVFS_DEBUG is not set
  39. CONFIG_DEVPTS_FS=y
  40. CONFIG_PROC_FS=y
  41. dnl Enable ext2fs and ext3fs
  42. dnl
  43. CONFIG_EXT2_FS=y
  44. CONFIG_EXT2_FS_XATTR=y
  45. CONFIG_EXT2_FS_POSIX_ACL=y
  46. CONFIG_EXT2_FS_SUIDDIR=y
  47. CONFIG_EXT3_FS=y
  48. CONFIG_EXT3_FS_XATTR=y
  49. CONFIG_EXT3_FS_POSIX_ACL=y
  50. CONFIG_EXT3_FS_SUIDDIR=y
  51. dnl Reiser Filesystem
  52. dnl
  53. CONFIG_REISERFS_FS=y
  54. # CONFIG_REISERFS_CHECK is not set
  55. # CONFIG_REISERFS_PROC_INFO is not set
  56. CONFIG_REISERFS_FS_SUIDDIR=y
  57. dnl Network FS settings
  58. dnl Version 3 has several advantages ...
  59. dnl
  60. CONFIG_NFS_FS=y
  61. CONFIG_NFS_V3=y
  62. CONFIG_NFSD_V3=y
  63. dnl ROMFS, RAMFS, CRAMFS and TMPFS (for initrd, install and /tmp)
  64. dnl
  65. CONFIG_ROMFS_FS=y
  66. CONFIG_RAMFS=y
  67. CONFIG_CRAMFS=y
  68. CONFIG_TMPFS=y