[Fedora-livecd-list] Patch review request for black screen fix

Bruno Wolff III bruno at wolff.to
Mon Jul 26 06:14:51 UTC 2010


This patch will break builds with generic-logos and that package is updated
to be consistent with fedora-logos. I suspect that will happen anyway, but
if this patch is accepted, I'll be filing a but against generic-logos.

The patch is attached and the commit log entry follows:
    Change live.py to use the new location of the vesa splash image.
    
    fedora-logos recently changed the location it uses for the vesa splash
    image. This breaks (bug 615443) live images built using fedora-logos.
    This patch changes the location that the image is fetched from to match
    the one used by fedora-logos.
    
    Note that generic-logos hasn't been changed to use the new location yet.
    So this change will break live images built using generic-logos until
    that package is updated to match fedora-logos in where it stores the
    vesa splash image.
-------------- next part --------------
diff --git a/imgcreate/live.py b/imgcreate/live.py
index 4f3bdd3..a20dbe0 100644
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -372,7 +372,7 @@ class x86LiveImageCreator(LiveImageCreatorBase):
 
     def __copy_syslinux_background(self, isodest):
         background_path = self._instroot + \
-                          "/usr/lib/anaconda-runtime/syslinux-vesa-splash.jpg"
+                          "/usr/share/anaconda/syslinux-vesa-splash.jpg"
 
         if not os.path.exists(background_path):
             return False


More information about the livecd mailing list