From 0fed4e33c24f6eff831d162668be9e35b934f227 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Wed, 2 Nov 2011 13:17:20 -0400 Subject: [PATCH] Add --mac to isohybrid args (makes Apple EFI work) --- share/x86.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/x86.tmpl b/share/x86.tmpl index 06fe6f24..a5bd673b 100644 --- a/share/x86.tmpl +++ b/share/x86.tmpl @@ -54,7 +54,7 @@ hardlink ${KERNELDIR}/initrd.img ${BOOTDIR} for img in ("images/efiboot.img", "images/macboot.img"): efiargs += " -eltorito-alt-boot -e {0} -no-emul-boot".format(img) efigraft += " {0}={1}/{0}".format(img,outroot) - efihybrid="-u" + efihybrid="--uefi --mac" %> <%include file="efi.tmpl" args="configdir=configdir, KERNELDIR=KERNELDIR, efiarch=efiarch"/> %endif