From bade83e5af073f5fa5539ae344cd06a2059c15de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Mon, 25 Jul 2022 16:26:35 +0200 Subject: [PATCH] update pacman.conf --- archiso/profile/airootfs/etc/pacman.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/archiso/profile/airootfs/etc/pacman.conf b/archiso/profile/airootfs/etc/pacman.conf index 3a34b23..2d147e5 100644 --- a/archiso/profile/airootfs/etc/pacman.conf +++ b/archiso/profile/airootfs/etc/pacman.conf @@ -19,7 +19,7 @@ HoldPkg = pacman glibc SyncFirst = pacman #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u -#CleanMethod = KeepInstalled +CleanMethod = KeepInstalled Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup @@ -35,10 +35,13 @@ Architecture = auto #TotalDownload CheckSpace #VerbosePkgLists +ParallelDownloads = 5 # 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 = Optional TrustedOnly +SigLevel = Required DatabaseOptional +LocalFilesSigLevel = Option +#RemoteFileSigLevel = Required # NOTE: You must run `pacman-key --init` before first using pacman; the local # keyring can then be populated with the keys of all official Arch Linux