From 57e9572741222dbcc2ccc537e1ebcfe88459b5ef Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 22 Oct 2021 09:55:35 +0000 Subject: [PATCH] images/archlinux: enable pacman ParallelDownloads This allows pacman to download multiple files at the same time, improving installation speed. --- images/archlinux/pacman.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/images/archlinux/pacman.conf b/images/archlinux/pacman.conf index b7f7d25..bef66c6 100644 --- a/images/archlinux/pacman.conf +++ b/images/archlinux/pacman.conf @@ -34,6 +34,7 @@ IgnorePkg = linux linux-api-headers linux-firmware util-linux libutil-linux mk #Color 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. -- 2.38.5