mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 23:52:58 +00:00
18 lines
906 B
Diff
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
|