Update
This commit is contained in:
parent
f03b7eaa6f
commit
c6d5b9eeee
|
@ -2,6 +2,8 @@
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# See the pacman.conf(5) manpage for option and repository directives
|
# See the pacman.conf(5) manpage for option and repository directives
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
#
|
#
|
||||||
# GENERAL OPTIONS
|
# GENERAL OPTIONS
|
||||||
|
@ -9,8 +11,7 @@
|
||||||
[options]
|
[options]
|
||||||
# RootDir = /
|
# RootDir = /
|
||||||
# DBPath = /var/lib/pacman/
|
# DBPath = /var/lib/pacman/
|
||||||
#CacheDir = /tmp/
|
# CacheDir = /var/cache/pacman/pkg/
|
||||||
CacheDir = /var/cache/pacman/pkg/
|
|
||||||
# LogFile = /var/log/pacman.log
|
# LogFile = /var/log/pacman.log
|
||||||
# GPGDir = /etc/pacman.d/gnupg/
|
# GPGDir = /etc/pacman.d/gnupg/
|
||||||
# HookDir = /etc/pacman.d/hooks/
|
# HookDir = /etc/pacman.d/hooks/
|
||||||
|
@ -18,21 +19,21 @@ HoldPkg = pacman glibc
|
||||||
# XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
# XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||||
# XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
# XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
|
||||||
# CleanMethod = KeepInstalled
|
# CleanMethod = KeepInstalled
|
||||||
# UseDelta = 0.7
|
|
||||||
Architecture = auto
|
Architecture = auto
|
||||||
# IgnorePkg =
|
# IgnorePkg =
|
||||||
# IgnorePkg =
|
|
||||||
# IgnoreGroup =
|
# IgnoreGroup =
|
||||||
# NoUpgrade =
|
# NoUpgrade =
|
||||||
# NoExtract =
|
# NoExtract =
|
||||||
# UseSyslog
|
# UseSyslog
|
||||||
Color
|
|
||||||
ILoveCandy
|
|
||||||
# NoProgressBar
|
# NoProgressBar
|
||||||
CheckSpace
|
CheckSpace
|
||||||
VerbosePkgLists
|
# VerbosePkgLists
|
||||||
DisableDownloadTimeout
|
|
||||||
ParallelDownloads = 5
|
ParallelDownloads = 5
|
||||||
|
# Color
|
||||||
|
ILoveCandy
|
||||||
|
CheckSpace
|
||||||
|
# VerbosePkgLists
|
||||||
|
# DisableDownloadTimeout
|
||||||
SigLevel = Required DatabaseOptional
|
SigLevel = Required DatabaseOptional
|
||||||
LocalFileSigLevel = Optional
|
LocalFileSigLevel = Optional
|
||||||
# RemoteFileSigLevel = Required
|
# RemoteFileSigLevel = Required
|
||||||
|
@ -112,5 +113,5 @@ Include = /etc/pacman.d/arcolinux-mirrorlist
|
||||||
# Include = /etc/pacman.d/chaotic-mirrorlist
|
# Include = /etc/pacman.d/chaotic-mirrorlist
|
||||||
|
|
||||||
# [local]
|
# [local]
|
||||||
# SigLevel = Required DatabaseOptional
|
# SigLevel = Optional TrustAll
|
||||||
# Server = file:///disk/repo/$repo/$arch
|
# Server = file:///disk/repo/$repo/$arch
|
||||||
|
|
Loading…
Reference in New Issue