diff --git a/fedora-install-fedora.ks b/fedora-install-fedora.ks index f014584..3f661dc 100644 --- a/fedora-install-fedora.ks +++ b/fedora-install-fedora.ks @@ -10,9 +10,18 @@ #part iso --size=4998 # Add the repos you wish to use to compose here. At least one of them needs group data. -repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch -repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch +# Only uncomment repo commands in one of the two following sections. +# Because the install kickstart doesn't use the updates repo and does +# use the source repo, we can't just include fedora-repo.ks + +# In the master branch the rawhide repo commands should be uncommented. +repo --name=rawhide --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch +repo --name=rawhide-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide-source&arch=$basearch + +# In non-master branches the fedora repo commands should be uncommented +#repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch +#repo --name=fedora-source --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-source-$releasever&arch=$basearch # Package manifest for the compose. Uses repo group metadata to translate groups. # (default groups for the configured repos are added by --default)