repo-add: document -k option
[pacman-ng.git] / etc / pacman.conf.in
blob7b8501c708e18f77b0dc1e6dff85d7ac13fcc885
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 HoldPkg     = pacman glibc
17 # If upgrades are available for these packages they will be asked for first
18 SyncFirst   = pacman
19 #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
20 #XferCommand = /usr/bin/curl -C - -f %u > %o
21 #CleanMethod = KeepInstalled
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 (all disabled by default)
32 #UseSyslog
33 #UseDelta
34 #TotalDownload
35 #CheckSpace
36 #VerbosePkgLists
39 # REPOSITORIES
40 #   - can be defined here or included from another file
41 #   - pacman will search repositories in the order defined here
42 #   - local/custom mirrors can be added here or in separate files
43 #   - repositories listed first will take precedence when packages
44 #     have identical names, regardless of version number
45 #   - URLs will have $repo replaced by the name of the current repo
46 #   - URLs will have $arch replaced by the name of the architecture
48 # Repository entries are of the format:
49 #       [repo-name]
50 #       Server = ServerName
51 #       Include = IncludePath
53 # The header [repo-name] is crucial - it must be present and
54 # uncommented to enable the repo.
57 # An example of a disabled remote package repository with multiple servers
58 # available. To enable, uncomment the following lines. You can add preferred
59 # servers immediately after the header and they will be used before the
60 # default mirrors.
61 #[core]
62 #Server = ftp://ftp.example.com/foobar/$repo/os/$arch/
63 # The file referenced here should contain a list of 'Server = ' lines.
64 #Include = @sysconfdir@/pacman.d/mirrorlist
66 # An example of a custom package repository.  See the pacman manpage for
67 # tips on creating your own repositories.
68 #[custom]
69 #Server = file:///home/custompkgs