From 59962e890e17aa714c510afd9082ed46da2ff2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Charaoui?= <jerome@riseup.net> Date: Mon, 6 Feb 2023 17:58:01 -0500 Subject: [PATCH] quintex: verify gpg signature with debian keyring --- howto/quintex.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/howto/quintex.md b/howto/quintex.md index 6ed42d8c..c08fbf62 100644 --- a/howto/quintex.md +++ b/howto/quintex.md @@ -97,7 +97,7 @@ its signature: wget https://download.grml.org/grml64-small_2022.11.iso && wget https://download.grml.org/grml64-small_2022.11.iso.asc && - gpg --verify grml64-small_2022.11.iso.asc + gpg --verify --keyring /usr/share/keyrings/debian-keyring.gpg grml64-small_2022.11.iso.asc Extract the `vmlinuz` and `initrd.img` boot files, and modify the latter as follows: -- GitLab