mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-17 18:51:25 +00:00
Fix an error in previous commit
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9aeb8841c5
commit
4c46794638
@ -288,7 +288,7 @@ class VirtInstallImage(object):
|
||||
else:
|
||||
# sigh i hate life
|
||||
if int(self.release < 27):
|
||||
loctmp = "https://archives.fedoraproject.org/pub/archive/{0}/linux/releases/{1}/{2}/{3}/os/"
|
||||
loctmp = "https://archives.fedoraproject.org/pub/archive/{0}/releases/{1}/{2}/{3}/os/"
|
||||
else:
|
||||
loctmp = "https://download.fedoraproject.org/pub/{0}/releases/{1}/{2}/{3}/os/"
|
||||
xargs = "inst.ks=file:/{0}.ks".format(self.name)
|
||||
|
Loading…
Reference in New Issue
Block a user