diff --git a/airootfs/etc/pacman.conf b/airootfs/etc/pacman.conf index 3042b6d..38af6bc 100644 --- a/airootfs/etc/pacman.conf +++ b/airootfs/etc/pacman.conf @@ -2,6 +2,8 @@ # # # See the pacman.conf(5) manpage for option and repository directives +# +# SPDX-License-Identifier: GPL-3.0-or-later # # GENERAL OPTIONS @@ -9,8 +11,7 @@ [options] # RootDir = / # DBPath = /var/lib/pacman/ -#CacheDir = /tmp/ -CacheDir = /var/cache/pacman/pkg/ +# CacheDir = /var/cache/pacman/pkg/ # LogFile = /var/log/pacman.log # GPGDir = /etc/pacman.d/gnupg/ # 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 # CleanMethod = KeepInstalled -# UseDelta = 0.7 Architecture = auto # IgnorePkg = -# IgnorePkg = # IgnoreGroup = # NoUpgrade = # NoExtract = # UseSyslog -Color -ILoveCandy # NoProgressBar CheckSpace -VerbosePkgLists -DisableDownloadTimeout +# VerbosePkgLists ParallelDownloads = 5 +# Color +ILoveCandy +CheckSpace +# VerbosePkgLists +# DisableDownloadTimeout SigLevel = Required DatabaseOptional LocalFileSigLevel = Optional # RemoteFileSigLevel = Required @@ -112,5 +113,5 @@ Include = /etc/pacman.d/arcolinux-mirrorlist # Include = /etc/pacman.d/chaotic-mirrorlist # [local] -# SigLevel = Required DatabaseOptional +# SigLevel = Optional TrustAll # Server = file:///disk/repo/$repo/$arch