good_pacman.conf 977 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # GENERAL OPTIONS
  3. #
  4. [options]
  5. RootDir = /
  6. DBPath = /var/lib/pacman
  7. CacheDir = /var/cache/pacman/pkg /other/cachedir
  8. LogFile = /var/log/pacman.log
  9. GPGDir = /etc/pacman.d/gnupg/
  10. HoldPkg = pacman glibc
  11. #XferCommand = /usr/bin/curl -C - -f %u > %o
  12. XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  13. CleanMethod = KeepInstalled
  14. UseDelta = 0.7
  15. Architecture = auto
  16. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  17. IgnorePkg = hello world
  18. IgnoreGroup = kde
  19. #NoUpgrade =
  20. #NoExtract =
  21. # Misc options
  22. #UseSyslog
  23. Color
  24. #TotalDownload
  25. CheckSpace
  26. VerbosePkgLists
  27. # By default, pacman accepts packages signed by keys that its local keyring
  28. # trusts (see pacman-key and its man page), as well as unsigned packages.
  29. SigLevel = Required DatabaseOptional
  30. LocalFileSigLevel = Optional
  31. #RemoteFileSigLevel = Required
  32. [core]
  33. Server = ftp://ftp.example.com/foobar/$repo/os/$arch/
  34. [custom]
  35. Server = file:///home/custompkgs