diff --git a/livecd-tools-18.8.splash.patch b/livecd-tools-18.8.splash.patch index 398c65a..f86cb0d 100644 --- a/livecd-tools-18.8.splash.patch +++ b/livecd-tools-18.8.splash.patch @@ -6,13 +6,13 @@ diff -Nur livecd-tools-18.8.old/imgcreate/live.py livecd-tools-18.8/imgcreate/li def __copy_syslinux_background(self, isodest): background_path = self._instroot + \ - "/welcome.jpg" -+ "/usr/share/gfxboot/themes/Mandriva-Rosa/welcome.jpg" ++ "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg" if not os.path.exists(background_path): # fallback to F13 location background_path = self._instroot + \ - "/welcome.jpg" -+ "/usr/share/gfxboot/themes/Mandriva-Rosa/welcome.jpg" ++ "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg" if not os.path.exists(background_path): return False