mirror of
https://github.com/rocky-linux/createhdds.git
synced 2024-11-17 18:51:25 +00:00
Remove #1439388 workaround
The updates.img is broken with current F26, and Radek claims the bug is fixed. Let's see. Unfortunately I don't remember what I put in the updates.img, so if I have to recreate it things could get fun...
This commit is contained in:
parent
bcc1f265e3
commit
e1254ba397
@ -245,9 +245,6 @@ class VirtInstallImage(object):
|
||||
if arch == 'i686':
|
||||
arch = 'i386'
|
||||
xargs = "inst.ks=file:/{0}.ks".format(self.name)
|
||||
if self.release == 26:
|
||||
# workaround RHBZ #1439388: remove when fixed in F26
|
||||
xargs += " inst.updates=https://www.happyassassin.net/updates/1439388.img"
|
||||
args = ["virt-install", "--disk", "size={0},path={1}".format(self.size, tmpfile),
|
||||
"--os-variant", shortid, "-x", xargs, "--initrd-inject",
|
||||
"{0}/{1}.ks".format(SCRIPTDIR, self.name), "--location",
|
||||
|
Loading…
Reference in New Issue
Block a user