mirror of
https://pagure.io/fedora-kickstarts.git
synced 2025-02-07 12:17:19 +00:00
There is an anaconda bug [1] where passing in metalink urls no longer works after f25. Use mirrorlist urls to workaround. [1] https://bugzilla.redhat.com/show_bug.cgi?id=1450129 (cherry picked from commit 77a25abded9538d5a0f625e3903d9be4d50d1af7) Signed-off-by: Mohan Boddu <mboddu@redhat.com>
5 lines
481 B
Plaintext
5 lines
481 B
Plaintext
repo --name=fedora --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
|
repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
|
|
#repo --name=updates-testing --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-testing-f$releasever&arch=$basearch
|
|
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|