imgcreate/live.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2c514b825ab294c36ba252beb3be10fae5f2ec02
Author: Matthew Garrett <[email protected]>
Date:   Wed May 2 13:17:57 2012 -0400

    Include Mac volume name graphic
    
    We need to pass an extra argument to mkefiboot in order to get it to build
    in the media name.

diff --git a/imgcreate/live.py b/imgcreate/live.py
index a73d7f0..cd022a5 100755
--- a/imgcreate/live.py
+++ b/imgcreate/live.py
@@ -236,6 +236,7 @@ class LiveImageCreatorBase(LoopImageCreator):
                          isodir + "/isolinux/efiboot.img"])
         subprocess.call(["mkefiboot", "-a", isodir + "/EFI/BOOT",
                          isodir + "/isolinux/macboot.img", "-l", self.product,
+                         "-n", 
"/usr/share/pixmaps/bootloader/fedora-media.vol",
                          "-i", "/usr/share/pixmaps/bootloader/fedora.icns",
                          "-p", self.product])
 


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

Reply via email to