imgcreate/live.py | 1 + 1 file changed, 1 insertion(+)
New commits: commit 5fca49c44b82a175afd4bb2179d371b1b40f52c1 Author: Matthew Garrett mjg@redhat.com 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 b9867a5..c973089 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@lists.stg.fedoraproject.org