From a267c4ab89ff97bcbad550b9ec331d5a0631d444 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Tue, 15 Apr 2014 14:03:41 -0700 Subject: [PATCH] Update syslinux files for syslinux 6.02-4 The new version of syslinux depends on several other .c32 files from the syslinux-nonlinux package. --- imgcreate/live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgcreate/live.py b/imgcreate/live.py index 7f2d639..f0d8809 100755 --- a/imgcreate/live.py +++ b/imgcreate/live.py @@ -428,7 +428,7 @@ class x86LiveImageCreator(LiveImageCreatorBase): return "mboot.c32" def __copy_syslinux_files(self, isodir, menu, mboot = None): - files = ["isolinux.bin", menu] + files = ["isolinux.bin", "ldlinux.c32", "libcom32.c32", "libutil.c32", menu] if mboot: files += [mboot] -- 2.11.4.GIT