1#
2# /etc/pacman.conf
3#
4# This example file has no relation to `pacman.ijs`
5# but is of configuration of Arch Linux's package manager `pacman`.
6#
7
8#
9# GENERAL OPTIONS
10#
11[options]
12RootDir     = /opt/local/site-private
13#DBPath      = /var/lib/pacman/
14#CacheDir    = /var/cache/pacman/pkg/
15LogFile     = /opt/local/site-private/var/log/pacman.log
16#GPGDir      = /etc/pacman.d/gnupg/
17HoldPkg      = pacman
18#XferCommand = /usr/bin/curl -C - -f %u > %o
19XferCommand = /usr/local/bin/wget --passive-ftp -c -O %o %u
20#CleanMethod = KeepInstalled
21#UseDelta    = 0.7
22Architecture = auto
23
24#IgnorePkg   =
25#IgnoreGroup =
26
27NoUpgrade = etc/passwd etc/group etc/shadow
28NoUpgrade = etc/fstab
29#NoExtract   =
30
31#UseSyslog
32Color
33#TotalDownload
34CheckSpace
35#VerbosePkgLists
36
37#SigLevel = Never
38SigLevel    = Required DatabaseOptional
39LocalFileSigLevel = Optional
40RemoteFileSigLevel = Required
41
42Server = ftp://ftp9.yaphatchpotchgen.net/$repo/os/$arch
43
44[fubar32]
45Include = /etc/pacman.d/mirrorlist.fubar32 # comment is allowed here
46
47#[custom]
48#SigLevel = Optional TrustAll
49#Server = file:///home/custompkgs
50