pacman.conf.i686 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. #
  2. # /etc/pacman.conf
  3. #
  4. # See the pacman.conf(5) manpage for option and repository directives
  5. #
  6. # GENERAL OPTIONS
  7. #
  8. [options]
  9. # The following paths are commented out with their default values listed.
  10. # If you wish to use different paths, uncomment and update the paths.
  11. #RootDir = /
  12. #DBPath = /var/lib/pacman/
  13. #CacheDir = /var/cache/pacman/pkg/
  14. #LogFile = /var/log/pacman.log
  15. #GPGDir = /etc/pacman.d/gnupg/
  16. #HookDir = /etc/pacman.d/hooks/
  17. HoldPkg = pacman glibc
  18. #XferCommand = /usr/bin/curl -L -C - -f -o %o %u
  19. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  20. #CleanMethod = KeepInstalled
  21. Architecture = auto
  22. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  23. #IgnorePkg =
  24. #IgnoreGroup =
  25. #NoUpgrade =
  26. #NoExtract =
  27. # Misc options
  28. #UseSyslog
  29. #Color
  30. #TotalDownload
  31. CheckSpace
  32. #VerbosePkgLists
  33. # By default, pacman accepts packages signed by keys that its local keyring
  34. # trusts (see pacman-key and its man page), as well as unsigned packages.
  35. SigLevel = Required DatabaseOptional
  36. LocalFileSigLevel = Optional
  37. #RemoteFileSigLevel = Required
  38. # NOTE: You must run `pacman-key --init` before first using pacman; the local
  39. # keyring can then be populated with the keys of all trusted packagers with:
  40. # `pacman-key --populate archlinux archlinux32 archlinuxarm parabola`.
  41. #
  42. # REPOSITORIES
  43. # - can be defined here or included from another file
  44. # - pacman will search repositories in the order defined here
  45. # - local/custom mirrors can be added here or in separate files
  46. # - repositories listed first will take precedence when packages
  47. # have identical names, regardless of version number
  48. # - URLs will have $repo replaced by the name of the current repo
  49. # - URLs will have $arch replaced by the name of the architecture
  50. #
  51. # Repository entries are of the format:
  52. # [repo-name]
  53. # Server = ServerName
  54. # Include = IncludePath
  55. #
  56. # The header [repo-name] is crucial - it must be present and
  57. # un-commented to enable the repo.
  58. #
  59. # Some repositories are disabled by default. To enable them, un-comment the
  60. # repo name header (e.g. '[nonprism]') and the following 'Include' line.
  61. # You can add preferred servers for each repo between the header and "Include" line,
  62. # according to the format in /etc/pacman.d/mirrorlist,
  63. # and those will be preferred over the standard mirrors for that repo.
  64. #
  65. # The order in which these entries appear in this file is critical.
  66. # Much of the Parabola magic that supports advanced features such as
  67. # multiple init-systems and multiple layers of freedom and privacy,
  68. # depends on the order in which these repos are defined.
  69. # Moving or adding repos out of the expected order can make your system insane.
  70. # Notes on special repositories:
  71. #
  72. # Non-prism is a repository for enhanced privacy, beyond the FSDG requirements.
  73. # It contains specially patched versions of certain software from the standard repos,
  74. # that are known to include privacy-sensative features that some people may want to use,
  75. # but that others may consider to be undesirable anti-features.
  76. # For more info see: https://wiki.parabola.nu/Nonprism
  77. #
  78. # The non-systemd repository contains packages that are important and relevant only to
  79. # Parabola systems using an init-system other than systemd.
  80. # Parabola systems using systemd SHOULD NOT have this enabled;.
  81. # while Parabola systems using any other init-system SHOULD have this enabled.
  82. #
  83. # The kernels repository contains additional special kernels for particular use-cases,
  84. # such as maximal security hardening and real-time systems.
  85. #
  86. # The PCR (Parabola Community Repository) contains additional packages,
  87. # most often requested by Parabola users, that are not considered to be
  88. # part of the standard Parabola/Arch system, but are nonetheless useful or fun.
  89. #
  90. # Multi-lib repositories allow 32-bit applications to run on x86_64 systems.
  91. #
  92. # The Parabola system also supports custom, user-defined, repositories;
  93. # but be aware that the Parabola team can not recommend nor support their use.
  94. # The Parabola team can only support the use of software that is published by Parabola.
  95. # The use of third-party software is discouraged with a "use at your own risk" warning.
  96. # These may be community-maintained or maintained privately by the local user or sysadmin.
  97. # They may be hosted on the internet, on the local network, or only on the local computer.
  98. # An example of a custom package repository is given below
  99. # in the "User-defined repos" section
  100. # See the pacman manpage for details on creating your own repositories.
  101. ###########################
  102. # Parabola standard repos #
  103. ###########################
  104. #[nonprism-testing]
  105. #Include = /etc/pacman.d/mirrorlist
  106. #[nonprism]
  107. #Include = /etc/pacman.d/mirrorlist
  108. #[nonsystemd-testing]
  109. #Include = /etc/pacman.d/mirrorlist
  110. #[nonsystemd]
  111. #Include = /etc/pacman.d/mirrorlist
  112. #[libre-testing]
  113. #Include = /etc/pacman.d/mirrorlist
  114. [libre]
  115. Include = /etc/pacman.d/mirrorlist
  116. #[kernels-testing]
  117. #Include = /etc/pacman.d/mirrorlist
  118. #[kernels]
  119. #Include = /etc/pacman.d/mirrorlist
  120. #######################
  121. # Arch standard repos #
  122. #######################
  123. #[testing]
  124. #Include = /etc/pacman.d/mirrorlist
  125. [core]
  126. Include = /etc/pacman.d/mirrorlist
  127. [extra]
  128. Include = /etc/pacman.d/mirrorlist
  129. #[community-testing]
  130. #Include = /etc/pacman.d/mirrorlist
  131. [community]
  132. Include = /etc/pacman.d/mirrorlist
  133. ######################
  134. # Supplemental repos #
  135. ######################
  136. #[pcr-testing]
  137. #Include = /etc/pacman.d/mirrorlist
  138. [pcr]
  139. Include = /etc/pacman.d/mirrorlist
  140. ######################
  141. # User-defined repos #
  142. ######################
  143. #[custom]
  144. #SigLevel = Optional TrustAll
  145. #Server = file:///home/custompkgs
  146. ##############
  147. # Over-rides #
  148. ##############
  149. Include = /etc/pacman.d/*.conf