mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-15 13:13:07 +00:00
Revert "Disable plymouth for PowerPC release >f27"
This reverts commit 3f9cbd27d4
.
I verified that related bug#1571860 is not present anymore on f29.
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
This commit is contained in:
parent
0383991006
commit
14c2af9332
@ -296,9 +296,6 @@ class VirtInstallImage(object):
|
||||
args.extend(("--graphics", "none", "--extra-args", "console=ttyS0"))
|
||||
else:
|
||||
args.extend(("--graphics", "vnc", "--noautoconsole"))
|
||||
if arch == 'ppc64le' and (str(self.release).lower() == 'rawhide' or int(self.release) > 27):
|
||||
logger.info("disable plymouth as bypass bug#1571860")
|
||||
args.extend(("--extra-args", "plymouth.enable=0"))
|
||||
# this is a hacky workaround for a weird bug on Fedora's prod
|
||||
# openQA server:
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1387798
|
||||
|
Loading…
Reference in New Issue
Block a user