From bdf04f705aedaeb7d8bcfb52b50b4916eaf416bd Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Jul 2013 09:59:00 -0500 Subject: [PATCH] add missing fedora-repo-rawhide.ks file and put in repo definitions for fedora-repo-not-rawhide.ks --- fedora-repo-not-rawhide.ks | 2 ++ fedora-repo-rawhide.ks | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 fedora-repo-rawhide.ks diff --git a/fedora-repo-not-rawhide.ks b/fedora-repo-not-rawhide.ks index e69de29..5df6db3 100644 --- a/fedora-repo-not-rawhide.ks +++ b/fedora-repo-not-rawhide.ks @@ -0,0 +1,2 @@ +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 diff --git a/fedora-repo-rawhide.ks b/fedora-repo-rawhide.ks new file mode 100644 index 0000000..2ad3409 --- /dev/null +++ b/fedora-repo-rawhide.ks @@ -0,0 +1,2 @@ +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