diff options
author | Bruno Wolff III <bruno@wolff.to> | 2013-06-29 08:05:30 -0500 |
---|---|---|
committer | Bruno Wolff III <bruno@wolff.to> | 2013-06-29 08:05:30 -0500 |
commit | 8394644034c0298d6727c369957eacd62ea5ccf2 (patch) | |
tree | 4fdb5ae7f6193c168a12d568c9601a02b8d8dfef /fedora-aos.ks | |
parent | fb103a9edce734c7a65d5d1b02873b3cb7f14043 (diff) | |
download | spin-kickstarts-8394644034c0298d6727c369957eacd62ea5ccf2.tar.gz spin-kickstarts-8394644034c0298d6727c369957eacd62ea5ccf2.tar.xz spin-kickstarts-8394644034c0298d6727c369957eacd62ea5ccf2.zip |
Make it easier to handle branching
Now the switch between using the rawhide repo and the normal repos
can be done by just switching comment lines in one place
(fedora-repo.ks). (Note that the repo lines in fedora-install.ks
don't get changed for branching.)
Diffstat (limited to 'fedora-aos.ks')
-rw-r--r-- | fedora-aos.ks | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/fedora-aos.ks b/fedora-aos.ks index 9d93113..c42a916 100644 --- a/fedora-aos.ks +++ b/fedora-aos.ks @@ -26,10 +26,7 @@ part / --size 1024 --fstype ext4 --ondisk sda # # Repositories # -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 +%include fedora-repo.ks # # Add all the packages after the base packages |