livecd-tools/livecd-tools-18.8.splash.patch
2012-12-21 16:08:51 +04:00

18 lines
842 B
Diff

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"
+ "/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/splash.jpg"
if not os.path.exists(background_path):
return False