pacman.conf.armv7h 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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 = armv7h
  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. #NoProgressBar
  31. CheckSpace
  32. #VerbosePkgLists
  33. #ParallelDownloads = 5
  34. # By default, pacman accepts packages signed by keys that its local keyring
  35. # trusts (see pacman-key and its man page), as well as unsigned packages.
  36. SigLevel = Required DatabaseOptional
  37. LocalFileSigLevel = Optional
  38. #RemoteFileSigLevel = Required
  39. # NOTE: You must run `pacman-key --init` before first using pacman; the local
  40. # keyring can then be populated with the keys of all trusted packagers with:
  41. # `pacman-key --populate archlinux archlinuxarm parabola`.
  42. #
  43. # REPOSITORIES
  44. # - can be defined here or included from another file
  45. # - pacman will search repositories in the order defined here
  46. # - local/custom mirrors can be added here or in separate files
  47. # - repositories listed first will take precedence when packages
  48. # have identical names, regardless of version number
  49. # - URLs will have $repo replaced by the name of the current repo
  50. # - URLs will have $arch replaced by the name of the architecture
  51. #
  52. # Repository entries are of the format:
  53. # [repo-name]
  54. # Server = ServerName
  55. # Include = IncludePath
  56. #
  57. # The header [repo-name] is crucial - it must be present and
  58. # uncommented to enable the repo.
  59. #
  60. # Some repositories are disabled by default. To enable them, un-comment the
  61. # repo name header (e.g. '[nonprism]') and the following 'Include' line.
  62. # You can add preferred servers for each repo between the header and "Include" line,
  63. # according to the format in /etc/pacman.d/mirrorlist,
  64. # and those will be preferred over the standard mirrors for that repo.
  65. #
  66. # The order in which these entries appear in this file is critical.
  67. # Much of the Parabola magic that supports advanced features such as
  68. # multiple init-systems and multiple layers of freedom and privacy,
  69. # depends on the order in which these repos are defined.
  70. # Moving or adding repos out of the expected order can make your system insane.
  71. # Notes on special repositories:
  72. #
  73. # Non-prism is a repository for enhanced privacy, beyond the FSDG requirements.
  74. # It contains specially patched versions of certain software from the standard repos,
  75. # that are known to include privacy-sensative features that some people may want to use,
  76. # but that others may consider to be undesirable anti-features.
  77. # For more info see: https://wiki.parabola.nu/Nonprism
  78. #
  79. # The non-systemd repository contains packages that are important and relevant only to
  80. # Parabola systems using an init-system other than systemd.
  81. # Parabola systems using systemd SHOULD NOT have [nonsystemd] enabled.
  82. # Parabola systems using any other init-system SHOULD have [nonsystemd] enabled.
  83. #
  84. # The kernels repository contains additional special kernels for particular use-cases,
  85. # such as maximal security hardening and real-time systems.
  86. #
  87. # The PCR (Parabola Community Repository) contains additional packages,
  88. # most often requested by Parabola users, that are not considered to be
  89. # part of the standard Parabola/Arch system, but are nonetheless useful or fun.
  90. #
  91. # Multi-lib repositories allow 32-bit applications to run on x86_64 systems.
  92. #
  93. # The Parabola system also supports custom, user-defined, repositories;
  94. # but be aware that the Parabola team can not recommend nor support their use.
  95. # The Parabola team can only support the use of software that is published by Parabola.
  96. # The use of third-party software is discouraged with a "use at your own risk" warning.
  97. # These may be community-maintained or maintained privately by the local user or sysadmin.
  98. # They may be hosted on the internet, on the local network, or only on the local computer.
  99. # An example of a custom package repository is given below
  100. # in the "User-defined repos" section
  101. # See the pacman manpage for details on creating your own repositories.
  102. ###########################
  103. # Parabola standard repos #
  104. ###########################
  105. #[nonprism-testing]
  106. #Include = /etc/pacman.d/mirrorlist
  107. #[nonprism]
  108. #Include = /etc/pacman.d/mirrorlist
  109. #[nonsystemd-testing]
  110. #Include = /etc/pacman.d/mirrorlist
  111. #[nonsystemd]
  112. #Include = /etc/pacman.d/mirrorlist
  113. #[libre-testing]
  114. #Include = /etc/pacman.d/mirrorlist
  115. [libre]
  116. Include = /etc/pacman.d/mirrorlist
  117. #######################
  118. # Arch standard repos #
  119. #######################
  120. [core]
  121. Include = /etc/pacman.d/mirrorlist
  122. [extra]
  123. Include = /etc/pacman.d/mirrorlist
  124. ######################
  125. # Supplemental repos #
  126. ######################
  127. #[pcr-testing]
  128. #Include = /etc/pacman.d/mirrorlist
  129. [pcr]
  130. Include = /etc/pacman.d/mirrorlist
  131. ######################
  132. # User-defined repos #
  133. ######################
  134. #[custom]
  135. #SigLevel = Optional TrustAll
  136. #Server = file:///home/custompkgs