From e1254ba397bd43e9337024eb1276385e287e84ea Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 19 Jul 2017 11:22:15 -0700 Subject: [PATCH] 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... --- createhdds.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/createhdds.py b/createhdds.py index d842e8f..40bc3c0 100755 --- a/createhdds.py +++ b/createhdds.py @@ -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",