From 19b821bc9273e8e3e3b7a3e1a2dcae43847a0dc7 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Feb 17 2018 13:50:00 +0000 Subject: Branching f28 from rawhide Signed-off-by: Mohan Boddu --- diff --git a/fedora-atomic.ks b/fedora-atomic.ks index e9c5848..4be2415 100644 --- a/fedora-atomic.ks +++ b/fedora-atomic.ks @@ -57,7 +57,7 @@ logvol / --size=3000 --grow --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/${basearch}/atomic-host +ostreesetup --nogpg --osname=fedora-atomic --remote=fedora-atomic --url=https://kojipkgs.fedoraproject.org/compose/atomic/28/ --ref=fedora/28/${basearch}/atomic-host reboot @@ -67,7 +67,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/rawhide/' +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/28/' # older versions of livecd-tools do not follow "rootpw --lock" line above # https://bugzilla.redhat.com/show_bug.cgi?id=964299 diff --git a/fedora-repo.ks b/fedora-repo.ks index 9c7dfff..92d4d65 100644 --- a/fedora-repo.ks +++ b/fedora-repo.ks @@ -3,7 +3,7 @@ # Exactly one of the following should be uncommented # For the master branch the following should be uncommented -%include fedora-repo-rawhide.ks +# %include fedora-repo-rawhide.ks # For non-master branches the following should be uncommented -# %include fedora-repo-not-rawhide.ks +%include fedora-repo-not-rawhide.ks