core/pacman/pacman.conf

103 lines
2.3 KiB
PacmanConf
Raw Normal View History

2010-03-13 23:25:19 +08:00
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives
2013-04-13 01:58:27 +08:00
2010-03-13 23:25:19 +08:00
#
# GENERAL OPTIONS
#
2013-04-13 01:58:27 +08:00
2010-03-13 23:25:19 +08:00
[options]
2013-04-13 01:58:27 +08:00
2010-03-13 23:25:19 +08:00
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
2013-04-13 01:58:27 +08:00
2010-03-13 23:25:19 +08:00
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
2013-04-13 01:58:27 +08:00
HoldPkg = pacman glibc pacman-helpme
2010-03-13 23:25:19 +08:00
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
2013-04-13 01:58:27 +08:00
#XferCommand = /usr/bin/curl -C - %u > %o
2010-03-13 23:25:19 +08:00
#CleanMethod = KeepInstalled
2013-04-12 01:20:48 +08:00
#UseDelta = 0.7
2010-07-29 04:21:06 +08:00
Architecture = auto
2010-03-13 23:25:19 +08:00
2013-04-13 01:58:27 +08:00
2010-03-13 23:25:19 +08:00
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
2013-04-13 01:58:27 +08:00
2010-03-13 23:25:19 +08:00
#IgnorePkg =
#IgnoreGroup =
#NoUpgrade =
#NoExtract =
2013-04-13 01:58:27 +08:00
# Misc options (CheckSpace enabled by default for safety; color enabled by default 'cause it's fancy)
2013-04-13 01:58:27 +08:00
2010-03-13 23:25:19 +08:00
#UseSyslog
2013-04-13 01:58:27 +08:00
#ShowSize
Color
2010-03-13 23:25:19 +08:00
#TotalDownload
2013-04-12 01:20:48 +08:00
CheckSpace
#VerbosePkgLists
2013-04-13 01:58:27 +08:00
2013-04-12 01:20:48 +08:00
# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
2013-04-13 01:58:27 +08:00
SigLevel = Never
LocalFileSigLevel = Never
#RemoteFileSigLevel = Required
2010-03-13 23:25:19 +08:00
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# - URLs will have $repo replaced by the name of the current repo
2010-07-29 04:21:06 +08:00
# - URLs will have $arch replaced by the name of the architecture
2010-03-13 23:25:19 +08:00
#
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#
2013-04-13 01:58:27 +08:00
[lib32]
Include = /etc/pacman.d/mirrorlist
2011-02-07 00:25:02 +08:00
2011-03-12 06:45:17 +08:00
[core]
2011-02-07 00:25:02 +08:00
Include = /etc/pacman.d/mirrorlist
2010-03-13 23:25:19 +08:00
2011-03-12 06:45:17 +08:00
[platform]
2010-03-13 23:25:19 +08:00
Include = /etc/pacman.d/mirrorlist
2010-07-29 04:21:06 +08:00
[desktop]
2010-03-13 23:25:19 +08:00
Include = /etc/pacman.d/mirrorlist
2011-03-12 06:45:17 +08:00
[apps]
2010-07-29 04:21:06 +08:00
Include = /etc/pacman.d/mirrorlist
2011-03-12 06:45:17 +08:00
[games]
2010-03-13 23:25:19 +08:00
Include = /etc/pacman.d/mirrorlist
#[extra]
#Include = /etc/pacman.d/mirrorlist
2013-04-13 01:58:27 +08:00
#[unstable]
#Include = /etc/pacman.d/mirrorlist
2010-03-13 23:25:19 +08:00
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs