summaryrefslogtreecommitdiffstats
path: root/fedora-repo-not-rawhide.ks
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2013-07-04 10:57:37 -0500
committerBruno Wolff III <bruno@wolff.to>2013-07-04 10:57:37 -0500
commit6bb61fa05777bc3fcc7252ec2b16a086de2d19fe (patch)
treec1d76e6621ee2a056a4674bf4c1bd992ed2baad1 /fedora-repo-not-rawhide.ks
parentd79ee1b027dbbfeba79266b919582e11b4a65867 (diff)
downloadspin-kickstarts-6bb61fa05777bc3fcc7252ec2b16a086de2d19fe.tar.gz
spin-kickstarts-6bb61fa05777bc3fcc7252ec2b16a086de2d19fe.tar.xz
spin-kickstarts-6bb61fa05777bc3fcc7252ec2b16a086de2d19fe.zip
Fix up repo definitions0.20.15
Someone noticed that I messed up the repo definitions for live images, but the fix wasn't right for the live images. The install image uses a source repo, but the live images don't. The repo commands for the install image are in the install image itself. It is also safe to include the updates repo since an updates repo is created for branched that has no packages and stays that way until release is gold. That way the same repo set can be used before and after release. Also a commented out repo definition for updates-testing is provided to help people who want to enable that.
Diffstat (limited to 'fedora-repo-not-rawhide.ks')
-rw-r--r--fedora-repo-not-rawhide.ks3
1 files changed, 2 insertions, 1 deletions
diff --git a/fedora-repo-not-rawhide.ks b/fedora-repo-not-rawhide.ks
index 5df6db3..75f87cb 100644
--- a/fedora-repo-not-rawhide.ks
+++ b/fedora-repo-not-rawhide.ks
@@ -1,2 +1,3 @@
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
-repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-$releasever&arch=$basearch
+#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-$releasever&arch=$basearch