syslinux-vesa-splash changed filename (#739345)
This commit is contained in:
parent
91f7908031
commit
05fc838ce2
@ -410,10 +410,10 @@ class X86(object):
|
||||
|
||||
# splash
|
||||
splash = joinpaths(self.installtree.root, ANABOOTDIR,
|
||||
"syslinux-vesa-splash.jpg")
|
||||
"syslinux-splash.png")
|
||||
|
||||
if not splash:
|
||||
raise Exception("syslinux-vesa-splash.jpg not present")
|
||||
raise Exception("syslinux-splash.png not present")
|
||||
|
||||
self.reqs["splash"] = cpfile(splash, workdir)
|
||||
|
||||
@ -460,9 +460,8 @@ class X86(object):
|
||||
dst = cpfile(src, joinpaths(self.outputroot, ISOLINUXDIR))
|
||||
replace(dst, r"@VERSION@", self.version)
|
||||
|
||||
# copy syslinux-vesa-splash.jpg
|
||||
splash = cpfile(self.reqs["splash"],
|
||||
joinpaths(self.outputroot, ISOLINUXDIR, "splash.jpg"))
|
||||
joinpaths(self.outputroot, ISOLINUXDIR, "splash.png"))
|
||||
|
||||
# copy vesamenu.c32
|
||||
cpfile(self.reqs["vesamenu"],
|
||||
|
Loading…
Reference in New Issue
Block a user