mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-10-01 00:55:42 -04:00
46 lines
1.1 KiB
PacmanConf
46 lines
1.1 KiB
PacmanConf
|
[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 = /dev/null
|
||
|
#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
|
||
|
#NoProgressBar
|
||
|
CheckSpace
|
||
|
VerbosePkgLists
|
||
|
#ParallelDownloads = 5
|
||
|
ILoveCandy
|
||
|
|
||
|
# 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.
|
||
|
SigLevel = Required DatabaseOptional
|
||
|
LocalFileSigLevel = Optional
|
||
|
#RemoteFileSigLevel = Required
|
||
|
|
||
|
[core]
|
||
|
Include = /etc/pacman.d/mirrorlist
|
||
|
|
||
|
[extra]
|
||
|
Include = /etc/pacman.d/mirrorlist
|
||
|
|
||
|
[community]
|
||
|
Include = /etc/pacman.d/mirrorlist
|