summaryrefslogtreecommitdiff
path: root/configs/profile/pacman.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/profile/pacman.conf')
-rw-r--r--configs/profile/pacman.conf11
1 files changed, 8 insertions, 3 deletions
diff --git a/configs/profile/pacman.conf b/configs/profile/pacman.conf
index 800d572..746df64 100644
--- a/configs/profile/pacman.conf
+++ b/configs/profile/pacman.conf
@@ -43,8 +43,8 @@ LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required
# NOTE: You must run `pacman-key --init` before first using pacman; the local
-# keyring can then be populated with the keys of all official Parabola GNU/Linux-libre
-# packagers with `pacman-key --populate archlinux`.
+# keyring can then be populated with the keys of all official Arch Linux and Parabola
+# packagers with `pacman-key --populate archlinux` and `pacman-key --populate parabola`.
#
# REPOSITORIES
@@ -69,6 +69,12 @@ LocalFileSigLevel = Optional
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.
+#[libre-testing]
+#Include = /etc/pacman.d/mirrorlist
+
+[libre]
+Include = /etc/pacman.d/mirrorlist
+
#[testing]
#Include = /etc/pacman.d/mirrorlist
@@ -89,4 +95,3 @@ Include = /etc/pacman.d/mirrorlist
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
-