updated on Mon Jan 9 08:00:21 UTC 2012
[aur-mirror.git] / arch32 / pacman.conf.arch32
blobcf77a232a65538f22bd1954b83667313b16cbb65
2 # /etc/pacman.conf
4 # See the pacman.conf(5) manpage for option and repository directives
6 [options]
7 RootDir     = /opt/arch32/
8 DBPath      = /opt/arch32/var/lib/pacman/
9 CacheDir    = /opt/arch32/var/cache/pacman/pkg/
10 LogFile     = /opt/arch32/var/log/pacman.log
12 HoldPkg     = pacman glibc
13 SyncFirst   = pacman
14 Architecture = i686
17 # REPOSITORIES
18 #   - can be defined here or included from another file
19 #   - pacman will search repositories in the order defined here
20 #   - local/custom mirrors can be added here or in separate files
21 #   - repositories listed first will take precedence when packages
22 #     have identical names, regardless of version number
23 #   - URLs will have $repo replaced by the name of the current repo
24 #   - URLs will have $arch replaced by the name of the architecture
26 # Repository entries are of the format:
27 #       [repo-name]
28 #       Server = ServerName
29 #       Include = IncludePath
31 # The header [repo-name] is crucial - it must be present and
32 # uncommented to enable the repo.
35 # The testing repositories are disabled by default. To enable, uncomment the
36 # repo name header and Include lines. You can add preferred servers immediately
37 # after the header, and they will be used before the default mirrors.
39 #[testing]
40 ## Add your preferred servers here, they will be used first
41 #Include = /etc/pacman.d/mirrorlist
43 [core]
44 # Add your preferred servers here, they will be used first
45 Include = /etc/pacman.d/mirrorlist
47 [extra]
48 # Add your preferred servers here, they will be used first
49 Include = /etc/pacman.d/mirrorlist
51 #[community-testing]
52 ## Add your preferred servers here, they will be used first
53 #Include = /etc/pacman.d/mirrorlist
55 [community]
56 # Add your preferred servers here, they will be used first
57 Include = /etc/pacman.d/mirrorlist
59 # An example of a custom package repository.  See the pacman manpage for
60 # tips on creating your own repositories.
61 #[custom]
62 #Server = file:///home/custompkgs