From d85921a078e07e0b898ead0c842375a19a1ad154 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 25 May 2017 11:27:21 -0400 Subject: [PATCH] atomic: add some comments about url locations --- fedora-atomic.ks | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/fedora-atomic.ks b/fedora-atomic.ks index 7a0fe65..d28c9da 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -31,12 +31,16 @@ volgroup atomicos pv.01 logvol / --size=3000 --fstype="xfs" --name=root --vgname=atomicos # Equivalent of %include fedora-repo.ks +# Pull from the ostree repo that was created during the compose ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/rawhide/ --ref=fedora/rawhide/x86_64/atomic-host reboot %post --erroronfail # See https://github.com/projectatomic/rpm-ostree/issues/42 +# Set the ostree repo to the location we want users to upgrade from +# 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=false fedora-atomic 'https://kojipkgs.fedoraproject.org/atomic/rawhide/'