Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 2.85 KB | Hits: 69 | Expires: Never
Copy text to clipboard
  1. Mirrorlist
  2. # Mirror used during installation
  3. #Server = http://mir.archlinux.fr/$repo/os/i686
  4. Server = http://archlinux.unixheads.org/$repo/os/i686
  5.  
  6. Pacman.conf
  7. #
  8. # /etc/pacman.conf
  9. #
  10. # See the pacman.conf(5) manpage for option and repository directives
  11.  
  12. #
  13. # GENERAL OPTIONS
  14. #
  15. [options]
  16. # The following paths are commented out with their default values listed.
  17. # If you wish to use different paths, uncomment and update the paths.
  18. #RootDir     = /
  19. #DBPath      = /var/lib/pacman/
  20. #CacheDir    = /var/cache/pacman/pkg/
  21. #LogFile     = /var/log/pacman.log
  22. HoldPkg     = pacman glibc
  23. # If upgrades are available for these packages they will be asked for first
  24. SyncFirst   = pacman
  25. #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
  26. #XferCommand = /usr/bin/curl %u > %o
  27. #CleanMethod = KeepInstalled
  28.  
  29. # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
  30. #IgnorePkg   =
  31. #IgnoreGroup =
  32.  
  33. #NoUpgrade   =
  34. #NoExtract   =
  35.  
  36. # Misc options (all disabled by default)
  37. #UseSyslog
  38. #ShowSize
  39. #UseDelta
  40. #TotalDownload
  41.  
  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. #
  51. # Repository entries are of the format:
  52. #       [repo-name]
  53. #       Server = ServerName
  54. #       Include = IncludePath
  55. #
  56. # The header [repo-name] is crucial - it must be present and
  57. # uncommented to enable the repo.
  58. #
  59.  
  60. # The testing repositories are disabled by default. To enable, uncomment the
  61. # repo name header and Include lines. You can add preferred servers immediately
  62. # after the header, and they will be used before the default mirrors.
  63.  
  64. #[testing]
  65. ## Add your preferred servers here, they will be used first
  66. #Include = /etc/pacman.d/mirrorlist
  67.  
  68. [core]
  69. # Add your preferred servers here, they will be used first
  70. Include = /etc/pacman.d/mirrorlist
  71.  
  72. [extra]
  73. # Add your preferred servers here, they will be used first
  74. Include = /etc/pacman.d/mirrorlist
  75.  
  76. #[community-testing]
  77. ## Add your preferred servers here, they will be used first
  78. #Include = /etc/pacman.d/mirrorlist
  79.  
  80. [community]
  81. # Add your preferred servers here, they will be used first
  82. Include = /etc/pacman.d/mirrorlist
  83.  
  84. [kdemod-core]
  85. Server = http://mirror.rit.edu/kdemod/core/i686
  86.  
  87. [kdemod-extragear]
  88. Server = http://mirror.rit.edu/kdemod/extragear/i686
  89.  
  90. [archlinuxfr]
  91. Server = http://repo.archlinux.fr/i686
  92.  
  93. [arch-games]
  94. Server = http://repo.archlinux-gaming.org/i686/
  95.  
  96. # An example of a custom package repository.  See the pacman manpage for
  97. # tips on creating your own repositories.
  98. #[custom]
  99. #Server = file:///home/custompkgs