summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-12-28 18:22:25 -0300
committerDavid P <megver83@parabola.nu>2021-12-28 18:22:25 -0300
commit83ee7d98a0e99d3a2434375582edda3f31d017db (patch)
tree69c7d50a75bb479d242be94db091da2a772167e6 /README.rst
parent3a96fc770d96c548540768bcd062260db675eb9c (diff)
sync with archiso v60v60
archiso: 324bab5 (HEAD -> master, tag: v60, origin/master, origin/HEAD) Merge branch 'version/60' 5b01770 (origin/version/60) Add changelog for version 60 3c0720b Add dummy changelog entry f67f61f Merge branch 'nl6720_developer' 8d20de7 (origin/nl6720_developer) Add nl6720 to the list of maintainers 754caf0 Merge branch '151-mkarchiso-should-show-code-signing-certificates-none-if-no-keys-cerfificates-are-specified' dae5494 mkarchiso: show "Code signing certificates: None" if no keys/certificates are specified 01d03eb Merge branch 'rm-archiso_shutdown' e785ee2 configs/releng/airootfs/etc/mkinitcpio.conf: remove archiso_shutdown Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 12d3169..e8f782e 100644
--- a/README.rst
+++ b/README.rst
@@ -127,6 +127,7 @@ The iso image contains a GRUB environment block holding the iso name and version
boot the iso image from GRUB with a version specific cow directory to mitigate overlay clashes.
.. code:: sh
+
loopback loop parabola.iso
load_env -f (loop)/parabola/grubenv
linux (loop)/parabola/boot/x86_64/vmlinuz-linux-libre ... \
@@ -150,16 +151,23 @@ All past and present authors of parabolaiso are listed in `AUTHORS <AUTHORS.rst>
Releases
========
-`Releases of parabolaiso <https://git.parabola.nu/parabolaiso.git/refs/tags>`_ are created by its current maintainer
-`David P <https://www.parabola.nu/people/hackers/#megver83>`_. Tags are signed using the PGP key with the ID
-``6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78``.
+`Releases of parabolaiso <https://git.parabola.nu/parabolaiso.git/refs/tags>`_ are created by their current maintainers
+
+- `David P <https://www.parabola.nu/people/hackers/#megver83>`_ (``6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78``)
+
+Tags are signed using respective PGP keys.
-To verify a tag, first import the relevant PGP key:
+To verify a tag, first import the relevant PGP key(s):
.. code:: sh
gpg --auto-key-locate wkd --search-keys megver83@parabola.nu
+or
+
+.. code:: sh
+
+ gpg --auto-key-locate keyserver --recv-keys 6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78
Afterwards a tag can be verified from a clone of this repository: