From: Daan De Meyer Date: Tue, 4 Mar 2025 08:01:33 +0000 (+0100) Subject: Improve error message slightly X-Git-Tag: v26~331 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ecd5c59201850124516b5b03a0ac8cdb016b43a;p=thirdparty%2Fmkosi.git Improve error message slightly --- diff --git a/mkosi/installer/rpm.py b/mkosi/installer/rpm.py index b70892ba4..b896047e0 100644 --- a/mkosi/installer/rpm.py +++ b/mkosi/installer/rpm.py @@ -68,7 +68,7 @@ def find_rpm_gpgkey( if required: die( - f"{key} GPG key not found in /usr/share/distribution-gpg-keys", + f"{key} GPG key not found in /usr/share/distribution-gpg-keys or /etc/pki/rpm-gpg", hint="Make sure the distribution-gpg-keys package is installed", )