4 # See the pacman.conf(5) manpage for option and repository directives
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
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:
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.
40 ## Add your preferred servers here, they will be used first
41 #Include = /etc/pacman.d/mirrorlist
44 # Add your preferred servers here, they will be used first
45 Include = /etc/pacman.d/mirrorlist
48 # Add your preferred servers here, they will be used first
49 Include = /etc/pacman.d/mirrorlist
52 ## Add your preferred servers here, they will be used first
53 #Include = /etc/pacman.d/mirrorlist
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.
62 #Server = file:///home/custompkgs