From 46e9e83f49615068c60806cdc6bb72d763d77199 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Tue, 17 Apr 2018 09:27:47 -0400 Subject: [PATCH] atomic host: use dl.fp.o for cdn fronted ostree repo We have https://dl.fedoraproject.org/atomic/repo/ fronted by cdn now so we should make our new media use that as the source to update from. Signed-off-by: Dusty Mabe --- fedora-atomic.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index 85c76c9..1dfcc71 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -68,7 +68,7 @@ reboot # This location is where the compose gets synced to after the compose # is done. ostree remote delete fedora-atomic -ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-primary fedora-atomic 'https://kojipkgs.fedoraproject.org/atomic/repo/' +ostree remote add --set=gpg-verify=true --set=gpgkeypath=/etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-28-primary fedora-atomic 'https://dl.fedoraproject.org/atomic/repo/' # older versions of livecd-tools do not follow "rootpw --lock" line above # https://bugzilla.redhat.com/show_bug.cgi?id=964299