Makefile          |    2 +-
 imgcreate/live.py |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3b50e268224d46a915e8347a6422e00ffd59ed50
Author: Brian C. Lane <[email protected]>
Date:   Tue Apr 15 14:59:22 2014 -0700

    Version 21.1

diff --git a/Makefile b/Makefile
index 284c436..74e64e1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION = 21.0
+VERSION = 21.1
 
 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}


commit a267c4ab89ff97bcbad550b9ec331d5a0631d444
Author: Brian C. Lane <[email protected]>
Date:   Tue Apr 15 14:03:41 2014 -0700

    Update syslinux files for syslinux 6.02-4
    
    The new version of syslinux depends on several other .c32 files from the
    syslinux-nonlinux package.

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]
 


--
livecd mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/livecd

Reply via email to