mirror of
https://github.com/rocky-linux/createhdds.git
synced 2025-01-08 17:20:55 +00:00
Correct fedora-secondary path
This commit is contained in:
parent
2f55cbede3
commit
d1a2869cc0
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ class VirtInstallImage(object):
|
||||||
else:
|
else:
|
||||||
if arch == 'i686' and int(self.release) > 25:
|
if arch == 'i686' and int(self.release) > 25:
|
||||||
# from F26 onwards, i686 is in fedora-secondary
|
# from F26 onwards, i686 is in fedora-secondary
|
||||||
loctmp = "https://download.fedoraproject.org/pub/fedora-secondary/linux/releases/{0}/{1}/{2}/os/"
|
loctmp = "https://download.fedoraproject.org/pub/fedora-secondary/releases/{0}/{1}/{2}/os/"
|
||||||
else:
|
else:
|
||||||
loctmp = "https://download.fedoraproject.org/pub/fedora/linux/releases/{0}/{1}/{2}/os/"
|
loctmp = "https://download.fedoraproject.org/pub/fedora/linux/releases/{0}/{1}/{2}/os/"
|
||||||
if arch == 'i686':
|
if arch == 'i686':
|
||||||
|
|
Loading…
Reference in a new issue