mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 23:52:58 +00:00
changed welcome.jpg to splash.jpg
This commit is contained in:
parent
e2fb585fb2
commit
fe4be190c2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue