added welcome to splas patch

This commit is contained in:
Alex Burmashev 2013-11-12 14:20:24 +04:00
parent 9f873994f6
commit 365c763a9a
2 changed files with 21 additions and 1 deletions

View 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 2013-11-12 14:12:41.000000000 +0400
+++ livecd-tools-18.8/imgcreate/live.py 2013-11-12 14:13:24.254567751 +0400
@@ -432,12 +432,12 @@
def __copy_syslinux_background(self, isodest):
background_path = self._instroot + \
- "/usr/share/gfxboot/themes/Mandriva-Rosa/splash.jpg"
+ "/usr/share/gfxboot/themes/Mandriva-Rosa/welcome.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/Mandriva-Rosa/welcome.jpg"
if not os.path.exists(background_path):
return False

View file

@ -5,7 +5,7 @@
Summary: Tools for building live CDs
Name: livecd-tools
Version: 18.8
Release: 32
Release: 33
Epoch: 1
License: GPLv2
Group: System/Base
@ -31,6 +31,7 @@ Patch10: livecd-tools.get-name-from-lsb.patch
Patch11: livecd-tools-18.8.vga.removal.patch
Patch12: livecd-tools-18.8.initramfs-initrd.patch
Patch13: livecd-tools-18.8.fustunsafe.patch
Patch14: livecd-tools-18.8.welcome.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-imgcreate = %{epoch}:%{version}-%{release}
@ -93,6 +94,7 @@ like live image or appliances.
%patch11 -p1
%patch12 -p1
%patch13 -p1
%patch14 -p1
%build
make