pacman.conf 440 B

123456789101112131415161718192021222324252627
  1. [options]
  2. RootDir = /
  3. CacheDir = /cachedir/ /another/
  4. LogFile = /logfile
  5. GPGDir = /gpgdir/
  6. HookDir = /hookdir/
  7. UseDelta = 0.5
  8. Architecture = 8086
  9. IgnorePkg = ignore
  10. IgnorePkg = this
  11. IgnorePkg = package
  12. IgnoreGroup = ignore
  13. IgnoreGroup = this
  14. IgnoreGroup = group
  15. NoUpgrade = noupgrade
  16. NoExtract = noextract
  17. CheckSpace
  18. TotalDownload
  19. ILoveCandy
  20. VerbosePkgLists
  21. [repo1]
  22. Server = repo1
  23. [repo2]
  24. Server = repo2