From 04d42c28e66664887d57ac5331ae5b559bc4ce9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Inderm=C3=BChle?= Date: Thu, 12 May 2022 08:35:51 +0000 Subject: [PATCH] Update modules/ROOT/pages/dnf-system-upgrade.adoc Add the link to the page containing the Fedora GPG IDs and Fingerprints. --- modules/ROOT/pages/dnf-system-upgrade.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/ROOT/pages/dnf-system-upgrade.adoc b/modules/ROOT/pages/dnf-system-upgrade.adoc index 356a24e..8041e78 100644 --- a/modules/ROOT/pages/dnf-system-upgrade.adoc +++ b/modules/ROOT/pages/dnf-system-upgrade.adoc @@ -66,6 +66,8 @@ You can also use `{NEXTVER}` to upgrade to a link:https://fedoraproject.org/wiki * If you want to remove/install some packages manually before running `dnf system-upgrade download` again, it is advisable to perform those operations with `--setopt=keepcache=1` dnf command line option. Otherwise the whole package cache will be removed after your operation, and you will need to download all the packages once again. +. When the new GPG key is imported, you are asked to verify the key's fingerprint. Refer to link:https://getfedora.org/security/#Package%20signing%20keys[https://getfedora.org/security] to do so. + . Trigger the upgrade process. This will reboot your machine (immediately!, without a countdown or confirmation, so close other programs and save your work) into the upgrade process running in a console terminal: + [source,bash]