#3 Disable plymouth for PowerPC release >f27
Merged 5 years ago by adamwill. Opened 5 years ago by michelmno.
fedora-qa/ michelmno/createhdds disable_plymouth_powerpc  into  master

file modified
+3
@@ -297,6 +297,9 @@ 

                  args.extend(("--graphics", "none", "--extra-args", "console=ttyS0"))

              else:

                  args.extend(("--graphics", "vnc", "--noautoconsole"))

+             if arch in ['ppc64','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

Pull-Request has been merged by adamwill

5 years ago
Metadata