summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@gmail.com>2018-06-28 00:03:18 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@gmail.com>2018-06-28 00:03:18 -0300
commit8f0ed7a69c8640eb74cd4db923c306f252a12ffe (patch)
tree6d01d66dd7da1fa9579a6944cfea2d0d53112941
parent4b7c87fe7663df06214a67d81f293517818b9130 (diff)
downloadarchiso32-8f0ed7a69c8640eb74cd4db923c306f252a12ffe.tar.xz
[releng] upgrade custom 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
-