From 1de1ff1a297fc9cef517be263be4f873a1d01d65 Mon Sep 17 00:00:00 2001 From: David P Date: Sat, 1 Aug 2020 16:14:19 -0400 Subject: sync releng with archiso v46 and fix baseline mkinitcpio.conf hooks Signed-off-by: David P --- configs/releng/pacman.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configs/releng/pacman.conf') diff --git a/configs/releng/pacman.conf b/configs/releng/pacman.conf index 2de1d4f..51188ca 100644 --- a/configs/releng/pacman.conf +++ b/configs/releng/pacman.conf @@ -2,6 +2,8 @@ # /etc/pacman.conf # # See the pacman.conf(5) manpage for option and repository directives +# +# SPDX-License-Identifier: GPL-3.0-or-later # # GENERAL OPTIONS @@ -16,10 +18,9 @@ #GPGDir = /etc/pacman.d/gnupg/ #HookDir = /etc/pacman.d/hooks/ HoldPkg = pacman glibc -#XferCommand = /usr/bin/curl -C - -f %u > %o +#XferCommand = /usr/bin/curl -L -C - -f -o %o %u #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #CleanMethod = KeepInstalled -#UseDelta = 0.7 Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup -- cgit v1.2.2