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:
Adam Williamson 2017-07-19 11:22:15 -07:00
parent bcc1f265e3
commit e1254ba397
1 changed files with 0 additions and 3 deletions

View File

@ -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",