diff options
| author | David Runge <dvzrv@archlinux.org> | 2021-06-12 20:20:09 +0200 |
|---|---|---|
| committer | David Runge <dvzrv@archlinux.org> | 2021-06-12 20:20:09 +0200 |
| commit | d1a93e38f0b1571066810585356118706f217e51 (patch) | |
| tree | 9d265645c55b277c4bb0370a10195b02c409c31a /configs | |
| parent | 960b988ac6dc962c94bb020aac7fe9a85874aa38 (diff) | |
| parent | 6f671e11744cecc0ac6cbae52ef6f61c8443e945 (diff) | |
| download | archiso-d1a93e38f0b1571066810585356118706f217e51.tar.gz archiso-d1a93e38f0b1571066810585356118706f217e51.tar.bz2 | |
Merge remote-tracking branch 'nl6720/pacman6'
* nl6720/pacman6:
configs/*/pacman.conf: update configuration file for pacman 6
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/baseline/pacman.conf | 3 | ||||
| -rw-r--r-- | configs/releng/pacman.conf | 3 |
2 files changed, 4 insertions, 2 deletions
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. diff --git a/configs/releng/pacman.conf b/configs/releng/pacman.conf index 9d895e9..8d0df6f 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. |
