From d20393c1fa58ed5b5a5e3b9e9af517155301c674 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 7 Feb 2019 13:43:54 +0000 Subject: [PATCH] IoT: fix content URL harder --- fedora-iot.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-iot.ks b/fedora-iot.ks index 279b992..5dfd3c4 100644 --- a/fedora-iot.ks +++ b/fedora-iot.ks @@ -56,7 +56,7 @@ ostree refs "fedora-iot:fedora/devel/${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-iot-2019 --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://dl.fedoraproject.org/iot/repo/' +ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-iot-2019 --set=contenturl=mirrorlist=https://ostree.fedoraproject.org/iot/mirrorlist fedora-iot 'https://ostree.fedoraproject.org/iot' # We're gettin a stray console= from somewhere, work around it rpm-ostree kargs --delete=console=tty0