summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorBruno Wolff III <bruno@wolff.to>2011-01-27 11:37:01 -0600
committerBruno Wolff III <bruno@wolff.to>2011-01-27 11:37:01 -0600
commit9c6bf5bdaf181b8bc655892ff03aa6a27a4ba514 (patch)
treebe463b6b5f25bf880ee1bbace011218cc2251dbd /fedora-live-base.ks
parent60096ceccebe4542e972dbbf877427a850ba3268 (diff)
downloadspin-kickstarts-9c6bf5bdaf181b8bc655892ff03aa6a27a4ba514.tar.gz
spin-kickstarts-9c6bf5bdaf181b8bc655892ff03aa6a27a4ba514.tar.xz
spin-kickstarts-9c6bf5bdaf181b8bc655892ff03aa6a27a4ba514.zip
Use $releasever instead of hard coded release.
livecd-creator supports $releasever, so we can remove hard coded release names (other than rawhide) from the repo commands. Even though these are currently comments, I wanted to get a head start on getting these ready for the F15 branch.
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 ac929c8..5aed410 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -18,9 +18,9 @@ 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-14&arch=$basearch
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f14&arch=$basearch
-#repo --name=updates-testing --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f14&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
@base-x