summaryrefslogtreecommitdiffstats
path: root/fedora-live-base.ks
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2009-08-03 12:31:14 -0400
committerMatthias Clasen <mclasen@redhat.com>2009-08-03 12:31:14 -0400
commit986c7b7555d42b12474d15fa2c3b5a3f3d88f6a9 (patch)
tree5ecb3b8f83b4bd5f4ead23b2b848b9e1257e958f /fedora-live-base.ks
parentdf41cf5b34e71a2ab5bbbb09c65df4e6448d1d08 (diff)
downloadspin-kickstarts-986c7b7555d42b12474d15fa2c3b5a3f3d88f6a9.tar.gz
spin-kickstarts-986c7b7555d42b12474d15fa2c3b5a3f3d88f6a9.tar.xz
spin-kickstarts-986c7b7555d42b12474d15fa2c3b5a3f3d88f6a9.zip
Revert accidental %repo changes
Diffstat (limited to 'fedora-live-base.ks')
-rw-r--r--fedora-live-base.ks9
1 files changed, 3 insertions, 6 deletions
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 1792e6d..f42e8ae 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -18,18 +18,15 @@ part / --size 3072 --fstype ext4
services --enabled=NetworkManager --disabled=network,sshd
# To compose against the current release tree, use the following "repo" (enabled by default)
-#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearch
+repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=$basearch
# To include updates, use the following "repo" (enabled by default)
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f11&arch=$basearch
# To compose against rawhide, use the following "repo" (disabled by default)
-repo --name=rawhide --cost=10 --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
-
-repo --name=koji --cost=100 --baseurl=http://koji.fedoraproject.org/static-repos/dist-f12-build-current/$basearch
+#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
# To compose against local trees, (edit and) use:
#repo --name=f11 --baseurl=http://localrepo/fedora/releases/11/Everything/$basearch/os/
-repo --name=local --baseurl=file:///tmp/local
%packages
@base-x