barjac

pacman.conf

Jul 16th, 2010
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.27 KB | None | 0 0
  1. [root@zmhost user]# cat /etc/pacman.conf
  2. #
  3. # /etc/pacman.conf
  4. #
  5. # See the pacman manpage for option directives
  6.  
  7. #
  8. # GENERAL OPTIONS
  9. #
  10. [options]
  11. # The following paths are commented out with their default values listed.
  12. # If you wish to use different paths, uncomment and update the paths.
  13. #RootDir = /
  14. #DBPath = /var/lib/pacman/
  15. #CacheDir = /var/cache/pacman/pkg/
  16. #LogFile = /var/log/pacman.log
  17. HoldPkg = x264-git libjpeg-x86simd ffmpeg-svn pacman glibc
  18. #IgnorePkg =
  19. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  20. SyncFirst = pacman
  21. #
  22. # REPOSITORIES
  23. # - can be defined here or included from another file
  24. # - pacman will search repositories in the order defined here
  25. # - local/custom mirrors can be added here or in separate files
  26. # - repositories listed first will take precedence when packages
  27. # have identical names, regardless of version number
  28. #
  29. # Repository entries are of the format:
  30. # [repo-name]
  31. # Server = ServerName
  32. # Include = IncludePath
  33. #
  34. # The header [repo-name] is crucial - it must be present and
  35. # uncommented to enable the repo.
  36. #
  37.  
  38. # Testing is disabled by default. To enable, uncomment the following
  39. # two lines. You can add preferred servers immediately after the header,
  40. # and they will be used before the default mirrors.
  41. #[testing]
  42. #Include = /etc/pacman.d/mirrorlist
  43.  
  44. [larch5]
  45. Server = ftp://ftp.berlios.de/pub/larch/larch5.3/i686
  46.  
  47. [core]
  48. # Add your preferred servers here, they will be used first
  49. Include = /etc/pacman.d/mirrorlist
  50.  
  51. [extra]
  52. # Add your preferred servers here, they will be used first
  53. Include = /etc/pacman.d/mirrorlist
  54.  
  55. [community]
  56. # Add your preferred servers here, they will be used first
  57. Include = /etc/pacman.d/mirrorlist
  58.  
  59. # Unstable is disabled by default. To enable, uncomment the following
  60. # two lines. You can add preferred servers immediately after the header,
  61. # and they will be used before the default mirrors.
  62. #[unstable]
  63. #Include = /etc/pacman.d/mirrorlist
  64.  
  65. # An example of a custom package repository. See the pacman manpage for
  66. # tips on creating your own repositories.
  67. #[custom]
  68. #Server = file:///home/custompkgs
  69.  
  70. #[local]
  71. #Server = file:///home/custompkgs
  72. #Server = file:///home/archlinux/local/os/i686
  73.  
  74. [root@zmhost user]#
Add Comment
Please, Sign In to add comment