From 125ec17d4ae18a8f98201d71d85bd4dd5f8e938b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Mon, 25 Jul 2022 17:14:09 +0200 Subject: [PATCH] fix pacman conf --- archiso/profile/airootfs/etc/pacman.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/archiso/profile/airootfs/etc/pacman.conf b/archiso/profile/airootfs/etc/pacman.conf index 2d147e5..3cbccc0 100644 --- a/archiso/profile/airootfs/etc/pacman.conf +++ b/archiso/profile/airootfs/etc/pacman.conf @@ -15,8 +15,6 @@ #LogFile = /var/log/pacman.log #GPGDir = /etc/pacman.d/gnupg/ HoldPkg = pacman glibc -# If upgrades are available for these packages they will be asked for first -SyncFirst = pacman #XferCommand = /usr/bin/curl -C - -f %u > %o #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u CleanMethod = KeepInstalled