From 691c57fc2e6345d0a2fbfffd7b6689b14bb87f7b Mon Sep 17 00:00:00 2001 From: nl6720 Date: Sat, 14 Sep 2024 15:18:09 +0300 Subject: [PATCH] Update pacman.conf for pacman 7 Add new options from https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/blob/main/pacman.conf --- CHANGELOG.rst | 1 + configs/baseline/pacman.conf | 2 ++ configs/releng/pacman.conf | 2 ++ 3 files changed, 5 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f7ded05..6c19451 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,7 @@ Changed - Use an empty UUID for the EROFS image file since the file system will never be referenced by it. - Do not use ``mkfs.erofs`` extended options ``fragments`` and ``dedupe`` in the baseline profile. This reduces the EROFS image size and compression time. +- Update profile ``pacman.conf`` to include the new options added to ``/etc/pacman.conf`` in pacman 7.0.0.r3.g7736133-1. Deprecated ---------- diff --git a/configs/baseline/pacman.conf b/configs/baseline/pacman.conf index f382fab..5abd8bb 100644 --- a/configs/baseline/pacman.conf +++ b/configs/baseline/pacman.conf @@ -36,6 +36,8 @@ Architecture = auto #CheckSpace #VerbosePkgLists ParallelDownloads = 5 +DownloadUser = alpm +#DisableSandbox # 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 f382fab..5abd8bb 100644 --- a/configs/releng/pacman.conf +++ b/configs/releng/pacman.conf @@ -36,6 +36,8 @@ Architecture = auto #CheckSpace #VerbosePkgLists ParallelDownloads = 5 +DownloadUser = alpm +#DisableSandbox # 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.