summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fedora-repo-not-rawhide.ks2
-rw-r--r--fedora-repo-rawhide.ks2
2 files changed, 4 insertions, 0 deletions
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