mirror of
https://abf.rosa.ru/djam/livecd-tools.git
synced 2025-02-23 23:52:58 +00:00
added livecd-tools-18.8.splash.red.patch
This commit is contained in:
parent
0d7f166343
commit
af634de6d9
2 changed files with 19 additions and 1 deletions
18
livecd-tools-18.8.splash.red.patch
Normal file
18
livecd-tools-18.8.splash.red.patch
Normal file
|
@ -0,0 +1,18 @@
|
|||
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
|
|
@ -5,7 +5,7 @@
|
|||
Summary: Tools for building live CDs
|
||||
Name: livecd-tools
|
||||
Version: 18.8
|
||||
Release: 39
|
||||
Release: 40
|
||||
Epoch: 1
|
||||
License: GPLv2
|
||||
Group: System/Base
|
||||
|
|
Loading…
Add table
Reference in a new issue