[Fedora-livecd-list] 2 commits - imgcreate/live.py Makefile

Brian C. Lane bcl at fedoraproject.org
Tue Oct 2 18:21:16 UTC 2012


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

New commits:
commit b19bbbff571e9bfd37c1568f69aeb03be297ba76
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Oct 2 11:20:19 2012 -0700

    Version 18.9

diff --git a/Makefile b/Makefile
index 16b370b..c319f77 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 
-VERSION = 18.8
+VERSION = 18.9
 
 INSTALL = /usr/bin/install -c
 INSTALL_PROGRAM = ${INSTALL}


commit ddf28fab45aa409dc73be0876d31a98aee5f0cb3
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Oct 2 10:29:19 2012 -0700

    Remove grub 0.97 splash

diff --git a/imgcreate/live.py b/imgcreate/live.py
index c5f757c..189b869 100755
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -717,14 +717,12 @@ menu end
               shim.efi
               gcdx64.efi
               fonts/unicode.pf2
-              grub/splash.xpm.gz
         """
         fail = False
         missing = []
         files = [("/boot/efi/EFI/*/shim.efi", "/EFI/BOOT/BOOT%s.efi" % (self.efiarch,)),
                  ("/boot/efi/EFI/*/gcdx64.efi", "/EFI/BOOT/grubx64.efi"),
                  ("/boot/efi/EFI/*/fonts/unicode.pf2", "/EFI/BOOT/fonts/"),
-                 ("/boot/grub/splash.xpm.gz", "/EFI/BOOT"),
                 ]
         makedirs(isodir+"/EFI/BOOT/fonts/")
         for src, dest in files:




More information about the livecd mailing list