From 6f671e11744cecc0ac6cbae52ef6f61c8443e945 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Tue, 1 Jun 2021 09:00:36 +0300 Subject: configs/*/pacman.conf: update configuration file for pacman 6 Based on https://github.com/archlinux/svntogit-packages/blob/accc1d210133a933f2b26e0aad842c27d00c8b0c/trunk/pacman.conf Implements #136 --- configs/baseline/pacman.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/baseline') diff --git a/configs/baseline/pacman.conf b/configs/baseline/pacman.conf index 9d895e9..8d0df6f 100644 --- a/configs/baseline/pacman.conf +++ b/configs/baseline/pacman.conf @@ -33,10 +33,11 @@ Architecture = auto # Misc options #UseSyslog #Color -#TotalDownload +#NoProgressBar # We cannot check disk space from within a chroot environment #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. -- cgit v1.2.3-54-g00ecf