2012-12-21 11:35:04 +00:00
|
|
|
diff -Nur livecd-tools-18.8.old/imgcreate/live.py livecd-tools-18.8/imgcreate/live.py
|
|
|
|
--- livecd-tools-18.8.old/imgcreate/live.py 2012-12-21 11:33:32.000000000 +0000
|
|
|
|
+++ livecd-tools-18.8/imgcreate/live.py 2012-12-21 11:08:19.000000000 +0000
|
|
|
|
@@ -432,12 +432,12 @@
|
|
|
|
|
|
|
|
def __copy_syslinux_background(self, isodest):
|
|
|
|
background_path = self._instroot + \
|
|
|
|
- "/welcome.jpg"
|
2012-12-21 16:08:51 +04:00
|
|
|
+ "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg"
|
2012-12-21 11:35:04 +00:00
|
|
|
|
|
|
|
if not os.path.exists(background_path):
|
|
|
|
# fallback to F13 location
|
|
|
|
background_path = self._instroot + \
|
|
|
|
- "/welcome.jpg"
|
2012-12-21 16:08:51 +04:00
|
|
|
+ "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg"
|
2012-12-21 11:35:04 +00:00
|
|
|
|
|
|
|
if not os.path.exists(background_path):
|
|
|
|
return False
|