fedora-aos.ks | 2 +-
fedora-live-base.ks | 2 +-
fedora-live-mini.ks | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 10b4c33339ad5c8362405f9990c09e3adc66ed8d
Author: Bruno Wolff III <bruno(a)wolff.to>
Date: Wed Jun 2 00:00:07 2010 -0500
Now that we have released, people rebuilding spins should pick up updates.
diff --git a/fedora-aos.ks b/fedora-aos.ks
index ff0ee42..21582cf 100644
--- a/fedora-aos.ks
+++ b/fedora-aos.ks
@@ -29,7 +29,7 @@ part / --size 550 --fstype ext3 --ondisk sda
# 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-10&arch=$basearch
# To include updates, use the following "repo" (enabled by default)
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f10&arch=$basearch
# To compose against rawhide, use the following "repo" (disabled by default)
repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
diff --git a/fedora-live-base.ks b/fedora-live-base.ks
index 4dcef8a..ee775ad 100644
--- a/fedora-live-base.ks
+++ b/fedora-live-base.ks
@@ -20,7 +20,7 @@ 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-13&arch=$basearch
# To include updates, use the following "repo" (enabled by default)
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=$basearch
# To compose against rawhide, use the following "repo" (disabled by default)
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
diff --git a/fedora-live-mini.ks b/fedora-live-mini.ks
index 892bbeb..4aa507c 100644
--- a/fedora-live-mini.ks
+++ b/fedora-live-mini.ks
@@ -15,7 +15,7 @@ services --enabled=NetworkManager,messagebus --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-13&arch=$basearch
# To include updates, use the following "repo" (enabled by default)
-#repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=$basearch
+repo --name=updates --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=$basearch
# To compose against rawhide, use the following "repo" (disabled by default)
#repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch