diff --git a/imgcreate/live.py b/imgcreate/live.py index 4f3bdd3..a20dbe0 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/lib/anaconda-runtime/syslinux-vesa-splash.jpg" + "/usr/share/anaconda/syslinux-vesa-splash.jpg" if not os.path.exists(background_path): return False