summaryrefslogtreecommitdiff
path: root/configs/releng/pacman.conf
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2018-07-02 09:37:46 +0200
committerErich Eckner <git@eckner.net>2018-07-02 09:37:46 +0200
commita0567e82282840ab19f528e4d62b2801f772aeaf (patch)
treea93367405cd21eacd03be0e976ed626e666e2ea6 /configs/releng/pacman.conf
parent40fe26078021b19391a41ac99537bc794e12d1fc (diff)
parenta00ba0f49921fb19ac1fb77b50d0ed74e04ac062 (diff)
downloadarchiso32-a0567e82282840ab19f528e4d62b2801f772aeaf.tar.xz
Merge remote-tracking branch 'upstream/master' into dual-bootdual-v36
Diffstat (limited to 'configs/releng/pacman.conf')
-rw-r--r--configs/releng/pacman.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/configs/releng/pacman.conf b/configs/releng/pacman.conf
index 45fe03d..c678d01 100644
--- a/configs/releng/pacman.conf
+++ b/configs/releng/pacman.conf
@@ -14,6 +14,7 @@
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
#GPGDir = /etc/pacman.d/gnupg/
+#HookDir = /etc/pacman.d/hooks/
HoldPkg = pacman glibc
#XferCommand = /usr/bin/curl -C - -f %u > %o
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
@@ -84,9 +85,17 @@ Include = /etc/pacman.d/mirrorlist
[community]
Include = /etc/pacman.d/mirrorlist
+# If you want to run 32 bit applications on your x86_64 system,
+# enable the multilib repositories as required here.
+
+#[multilib-testing]
+#Include = /etc/pacman.d/mirrorlist
+
+#[multilib]
+#Include = /etc/pacman.d/mirrorlist
+
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
-