summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2012-02-12 08:04:42 -0600
committerBruno Wolff III <bruno@wolff.to>2012-02-12 08:04:42 -0600
commit5f00cb35c56e0656efbf7f592208352b2f442243 (patch)
treebe492fa573574920b6bc5091b1d40e7a75176211 /fedora-live-base.ks
parent676271bd044d7bf9e636dd96875941ae4514b102 (diff)
downloadspin-kickstarts-5f00cb35c56e0656efbf7f592208352b2f442243.tar.gz
spin-kickstarts-5f00cb35c56e0656efbf7f592208352b2f442243.tar.xz
spin-kickstarts-5f00cb35c56e0656efbf7f592208352b2f442243.zip
Update repo commands to use branched release
Now that we have branched we want the default repo commands to point to the branched release, not rawhide. There is an empty updates repo, so it's safe to uncomment the updates repo as well.
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks6
1 files changed, 3 insertions, 3 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 1e723a9..0b14fec 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -17,9 +17,9 @@ xconfig --startxonboot
part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
-repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
-#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
+#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
+repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
%packages