summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-04-27 00:26:18 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2022-04-27 00:35:21 -0400
commite003b685d4c55291e1fc9c6953bcdd9050c7e0df (patch)
tree417292c035f8ccc681e4932f9a3080da5d610e10
parent79b988553b2707aed9fba21dd53033a7a011af6f (diff)
documentation
-rw-r--r--configs/lxde-openrc/airootfs/etc/pacman.conf7
-rw-r--r--configs/releng-openrc/airootfs/etc/pacman.conf7
-rw-r--r--configs/releng-openrc/pacman.conf7
3 files changed, 15 insertions, 6 deletions
diff --git a/configs/lxde-openrc/airootfs/etc/pacman.conf b/configs/lxde-openrc/airootfs/etc/pacman.conf
index 5cb2234..d4045cc 100644
--- a/configs/lxde-openrc/airootfs/etc/pacman.conf
+++ b/configs/lxde-openrc/airootfs/etc/pacman.conf
@@ -43,7 +43,10 @@ LocalFileSigLevel = Optional
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all trusted packagers with:
-# `pacman-key --populate archlinux archlinux32 archlinuxarm parabola`.
+# x86_64:
+# `pacman-key --populate archlinux parabola`.
+# i686:
+# `pacman-key --populate archlinux archlinux32 parabola`.
#
# REPOSITORIES
@@ -61,7 +64,7 @@ LocalFileSigLevel = Optional
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
-# un-commented to enable the repo.
+# uncommented to enable the repo.
#
# Some repositories are disabled by default. To enable them, un-comment the
# repo name header (e.g. '[nonprism]') and the following 'Include' line.
diff --git a/configs/releng-openrc/airootfs/etc/pacman.conf b/configs/releng-openrc/airootfs/etc/pacman.conf
index 5cb2234..d4045cc 100644
--- a/configs/releng-openrc/airootfs/etc/pacman.conf
+++ b/configs/releng-openrc/airootfs/etc/pacman.conf
@@ -43,7 +43,10 @@ LocalFileSigLevel = Optional
# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all trusted packagers with:
-# `pacman-key --populate archlinux archlinux32 archlinuxarm parabola`.
+# x86_64:
+# `pacman-key --populate archlinux parabola`.
+# i686:
+# `pacman-key --populate archlinux archlinux32 parabola`.
#
# REPOSITORIES
@@ -61,7 +64,7 @@ LocalFileSigLevel = Optional
# Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
-# un-commented to enable the repo.
+# uncommented to enable the repo.
#
# Some repositories are disabled by default. To enable them, un-comment the
# repo name header (e.g. '[nonprism]') and the following 'Include' line.
diff --git a/configs/releng-openrc/pacman.conf b/configs/releng-openrc/pacman.conf
index bf99e24..894bb15 100644
--- a/configs/releng-openrc/pacman.conf
+++ b/configs/releng-openrc/pacman.conf
@@ -45,8 +45,11 @@ 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 Arch/Parabola packagers
-# with `pacman-key --populate archlinux` and `pacman-key --populate parabola`.
+# keyring can then be populated with the keys of all trusted packagers with:
+# x86_64:
+# `pacman-key --populate archlinux parabola`.
+# i686:
+# `pacman-key --populate archlinux archlinux32 parabola`.
#
# REPOSITORIES