Move important information up in -Si output
[pacman-ng.git] / etc / pacman.conf.in
blob4c7272404748c3c23fce8a2857a19ba0f4ad893c
2 # @sysconfdir@/pacman.conf
4 # See the pacman.conf(5) manpage for option and repository directives
7 # GENERAL OPTIONS
9 [options]
10 # The following paths are commented out with their default values listed.
11 # If you wish to use different paths, uncomment and update the paths.
12 #RootDir     = @ROOTDIR@
13 #DBPath      = @localstatedir@/lib/pacman/
14 #CacheDir    = @localstatedir@/cache/pacman/pkg/
15 #LogFile     = @localstatedir@/log/pacman.log
16 #GPGDir      = @sysconfdir@/pacman.d/gnupg/
17 HoldPkg     = pacman glibc
18 #XferCommand = /usr/bin/curl -C - -f %u > %o
19 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
20 #CleanMethod = KeepInstalled
21 #UseDelta    = 0.7
22 Architecture = auto
24 # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
25 #IgnorePkg   =
26 #IgnoreGroup =
28 #NoUpgrade   =
29 #NoExtract   =
31 # Misc options
32 #UseSyslog
33 #TotalDownload
34 CheckSpace
35 #VerbosePkgLists
37 # PGP signature checking
38 #SigLevel = Optional
41 # REPOSITORIES
42 #   - can be defined here or included from another file
43 #   - pacman will search repositories in the order defined here
44 #   - local/custom mirrors can be added here or in separate files
45 #   - repositories listed first will take precedence when packages
46 #     have identical names, regardless of version number
47 #   - URLs will have $repo replaced by the name of the current repo
48 #   - URLs will have $arch replaced by the name of the architecture
50 # Repository entries are of the format:
51 #       [repo-name]
52 #       Server = ServerName
53 #       Include = IncludePath
55 # The header [repo-name] is crucial - it must be present and
56 # uncommented to enable the repo.
59 # An example of a disabled remote package repository with multiple servers
60 # available. To enable, uncomment the following lines. You can add preferred
61 # servers immediately after the header and they will be used before the
62 # default mirrors.
63 #[core]
64 #SigLevel = Required
65 #Server = ftp://ftp.example.com/foobar/$repo/os/$arch/
66 # The file referenced here should contain a list of 'Server = ' lines.
67 #Include = @sysconfdir@/pacman.d/mirrorlist
69 # An example of a custom package repository.  See the pacman manpage for
70 # tips on creating your own repositories.
71 #[custom]
72 #SigLevel = Optional TrustAll
73 #Server = file:///home/custompkgs