summaryrefslogtreecommitdiff
path: root/configs/releng/pacman.conf
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-07-06 17:53:47 -0400
committerDavid P <megver83@parabola.nu>2021-07-06 17:53:47 -0400
commitb121012e2bfb1471ce42db7a078f66a28219a4f1 (patch)
treed7fbfa9c03e62d4cdaf3b6a07c0262ad4c4faf48 /configs/releng/pacman.conf
parent50b2b4e56aa6f6dfaff61d7fcfa5da3ecad87167 (diff)
sync with archiso v56v56
Arch changes: 3eef5be (tag: v56) Merge branch 'changelog/56' 9e6b0d3 (origin/changelog/56) Add changelog for v56 7d12031 Merge branch 'issues/132' 97b7aeb (origin/issues/132) gitlab-ci: Also build a baseline netboot target 19861e4 archiso/mkarchiso: Generalize handling of ucodes 33e4ff6 Merge remote-tracking branch 'grazzolini/parallel_downloads' d75689b baseline/pacman.conf: Enable parallel downloads 5343f5f releng/pacman.conf: Enable parallel downloads e264914 Merge remote-tracking branch 'nl6720/env-i-SOURCE_DATE_EPOCH' cbac95e mkarchiso: pass SOURCE_DATE_EPOCH to chroot 9c44aee Merge remote-tracking branch 'nl6720/update-wiki-url' 6e1ca35 Update ArchWiki article URLs 8a01a6c Merge remote-tracking branch 'sxw/issue25' bcdfe90 Add documentation for the `script=` variable d1a93e3 Merge remote-tracking branch 'nl6720/pacman6' 6f671e1 configs/*/pacman.conf: update configuration file for pacman 6 960b988 Merge remote-tracking branch 'nl6720/ARCHISO_GNUPG_FD-unbound-variable' 62e74c7 mkarchiso: fix unbound variable when not using GPG signing a9a4dc4 Merge remote-tracking branch 'nl6720/env-i' 3d6651a archiso/mkarchiso: clear environment variables when chrooting Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'configs/releng/pacman.conf')
-rw-r--r--configs/releng/pacman.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/releng/pacman.conf b/configs/releng/pacman.conf
index 51188ca..7a45410 100644
--- a/configs/releng/pacman.conf
+++ b/configs/releng/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.