123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #
- # /etc/pacman.conf
- #
- # See the pacman.conf(5) manpage for option and repository directives
- #
- # GENERAL OPTIONS
- #
- [options]
- # The following paths are commented out with their default values listed.
- # If you wish to use different paths, uncomment and update the paths.
- #RootDir = /
- #DBPath = /var/lib/pacman/
- #CacheDir = /var/cache/pacman/pkg/
- #LogFile = /var/log/pacman.log
- #GPGDir = /etc/pacman.d/gnupg/
- #HookDir = /etc/pacman.d/hooks/
- HoldPkg = pacman glibc
- #XferCommand = /usr/bin/curl -L -C - -f -o %o %u
- #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
- #CleanMethod = KeepInstalled
- Architecture = auto
- # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
- #IgnorePkg =
- #IgnoreGroup =
- #NoUpgrade =
- #NoExtract =
- # Misc options
- #UseSyslog
- #Color
- #TotalDownload
- CheckSpace
- #VerbosePkgLists
- SigLevel = Never
- LocalFileSigLevel = Optional
- [testing]
- Include = /etc/pacman.d/mirrorlist
- [core]
- Include = /etc/pacman.d/mirrorlist
- [extra]
- Include = /etc/pacman.d/mirrorlist
- [community-testing]
- Include = /etc/pacman.d/mirrorlist
- [community]
- Include = /etc/pacman.d/mirrorlist
|