changed welcome.jpg to splash.jpg

This commit is contained in:
Alex Burmashev 2012-12-21 16:08:51 +04:00
parent e2fb585fb2
commit fe4be190c2

View file

@ -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