diff options
Diffstat (limited to 'arch-system/etc-pacman.conf')
-rw-r--r-- | arch-system/etc-pacman.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch-system/etc-pacman.conf b/arch-system/etc-pacman.conf index 2975abc..f649764 100644 --- a/arch-system/etc-pacman.conf +++ b/arch-system/etc-pacman.conf @@ -16,14 +16,13 @@ #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 -#IgnorePkg = +IgnorePkg = linux linux-headers linux-lts linux-lts-headers #IgnoreGroup = #NoUpgrade = @@ -32,9 +31,10 @@ Architecture = auto # Misc options #UseSyslog Color -TotalDownload +#NoProgressBar 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. |