imgcreate/live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 6f79b742038a5a04cc26c54cb3449448a087fd91 Author: Bruno Wolff III <[email protected]> Date: Tue Sep 14 20:45:33 2010 -0500 Fix bad path brought in using old patch. Thanks Spot! diff --git a/imgcreate/live.py b/imgcreate/live.py index 9153e10..fcb7198 100644 --- a/imgcreate/live.py +++ b/imgcreate/live.py @@ -372,7 +372,7 @@ class x86LiveImageCreator(LiveImageCreatorBase): def __copy_syslinux_background(self, isodest): background_path = self._instroot + \ - "/usr/share/anaconda/syslinux-vesa-splash.jpg" + "/usr/share/anaconda/boot/syslinux-vesa-splash.jpg" if not os.path.exists(background_path): # fallback to F13 location -- livecd mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/livecd
