From ec7575edc0bfd33c6a3e4a0f32fcd7537c7aba1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Fri, 16 Jun 2023 13:18:17 +0200 Subject: [PATCH] archlinux: Update pacman config The community repository got merged into extra [1]. [1]: https://archlinux.org/news/git-migration-announcement/ --- images/archlinux/pacman.conf | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/images/archlinux/pacman.conf b/images/archlinux/pacman.conf index 14c4e9c..6e17db9 100644 --- a/images/archlinux/pacman.conf +++ b/images/archlinux/pacman.conf @@ -16,10 +16,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 @@ -32,6 +31,7 @@ IgnorePkg = linux linux-firmware mkinitcpio # Misc options #UseSyslog #Color +#NoProgressBar CheckSpace #VerbosePkgLists ParallelDownloads = 5 @@ -69,19 +69,16 @@ LocalFileSigLevel = Optional # repo name header and Include lines. You can add preferred servers immediately # after the header, and they will be used before the default mirrors. -#[testing] +#[core-testing] #Include = /etc/pacman.d/mirrorlist [core] Include = /etc/pacman.d/mirrorlist -[extra] -Include = /etc/pacman.d/mirrorlist - -#[community-testing] +#[extra-testing] #Include = /etc/pacman.d/mirrorlist -[community] +[extra] Include = /etc/pacman.d/mirrorlist # If you want to run 32 bit applications on your x86_64 system, -- 2.38.5