[Fedora-spins] [spin-kickstarts] atomic: Use ostreesetup instead of %repo

Colin Walters walters at fedoraproject.org
Mon Jul 21 18:17:52 UTC 2014


commit b73614d1e19f75e189b9f90e90e596b19d3b9314
Author: Colin Walters <walters at verbum.org>
Date:   Mon Jul 21 14:06:35 2014 -0400

    atomic: Use ostreesetup instead of %repo
    
    Since we're doing an OSTree install

 fedora-cloud-atomic.ks |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fedora-cloud-atomic.ks b/fedora-cloud-atomic.ks
index 7c01390..5abde76 100644
--- a/fedora-cloud-atomic.ks
+++ b/fedora-cloud-atomic.ks
@@ -25,8 +25,8 @@ zerombr
 clearpart --all
 part / --size 3000 --fstype ext4
 
-%include fedora-repo.ks
-
+# Equivalent of %include fedora-repo.ks
+ostreesetup --osname="fedora-atomic" --remote="fedora-atomic" --url="http://dl.fedoraproject.org/repo" --nogpg
 
 reboot
 


More information about the spins mailing list