aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.