pacman.conf 426 B

1234567891011121314151617181920212223242526
  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. ILoveCandy
  19. VerbosePkgLists
  20. [repo1]
  21. Server = repo1
  22. [repo2]
  23. Server = repo2