livecd-tools/livecd-tools-18.8.splash.red.patch
2014-01-16 11:31:51 +04:00

18 lines
906 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 2014-01-15 19:15:21.000000000 +0400
+++ livecd-tools-18.8/imgcreate/live.py 2014-01-16 00:17:42.004954362 +0400
@@ -433,12 +433,12 @@
def __copy_syslinux_background(self, isodest):
background_path = self._instroot + \
- "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg"
+ "/usr/share/gfxboot/themes/Rosa-EE/splash.jpg"
if not os.path.exists(background_path):
# fallback to F13 location
background_path = self._instroot + \
- "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg"
+ "/usr/share/gfxboot/themes/Rosa-EE/splash.jpg"
if not os.path.exists(background_path):
return False