From 131fea8a69c47ccfce60e780e32e40f25c993cf2 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 30 Aug 2019 07:17:56 +0100 Subject: [PATCH] IoT: Update gpg key config Signed-off-by: Peter Robinson --- fedora-iot.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-iot.ks b/fedora-iot.ks index 74a6eb1..dc0d823 100644 --- a/fedora-iot.ks +++ b/fedora-iot.ks @@ -55,7 +55,7 @@ ostree refs "fedora-iot:fedora/rawhide/${arch}/iot" --delete # delete/add the remote with new options to enable gpg verification # and to point them at the cdn url ostree remote delete fedora-iot -ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-31-primary --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/iot' +ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/ --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/iot' # We're getting a stray console= from somewhere, work around it rpm-ostree kargs --delete=console=tty0