aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornl6720 <nl6720@gmail.com>2024-09-14 15:18:09 +0300
committernl6720 <nl6720@gmail.com>2024-09-22 10:41:18 +0300
commit691c57fc2e6345d0a2fbfffd7b6689b14bb87f7b (patch)
treec2494474e827c589acfa2c67e5c06253ec8c0417
parenta0f7584e012150322196de97ed693c2c986497cf (diff)
downloadarchiso-691c57fc2e6345d0a2fbfffd7b6689b14bb87f7b.tar.gz
archiso-691c57fc2e6345d0a2fbfffd7b6689b14bb87f7b.tar.bz2
Update pacman.conf for pacman 7
Add new options from https://gitlab.archlinux.org/archlinux/packaging/packages/pacman/-/blob/main/pacman.conf
-rw-r--r--CHANGELOG.rst1
-rw-r--r--configs/baseline/pacman.conf2
-rw-r--r--configs/releng/pacman.conf2
3 files changed, 5 insertions, 0 deletions
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.