Add --mac to isohybrid args (makes Apple EFI work)
This commit is contained in:
parent
bcc6f91f73
commit
0fed4e33c2
@ -54,7 +54,7 @@ hardlink ${KERNELDIR}/initrd.img ${BOOTDIR}
|
|||||||
for img in ("images/efiboot.img", "images/macboot.img"):
|
for img in ("images/efiboot.img", "images/macboot.img"):
|
||||||
efiargs += " -eltorito-alt-boot -e {0} -no-emul-boot".format(img)
|
efiargs += " -eltorito-alt-boot -e {0} -no-emul-boot".format(img)
|
||||||
efigraft += " {0}={1}/{0}".format(img,outroot)
|
efigraft += " {0}={1}/{0}".format(img,outroot)
|
||||||
efihybrid="-u"
|
efihybrid="--uefi --mac"
|
||||||
%>
|
%>
|
||||||
<%include file="efi.tmpl" args="configdir=configdir, KERNELDIR=KERNELDIR, efiarch=efiarch"/>
|
<%include file="efi.tmpl" args="configdir=configdir, KERNELDIR=KERNELDIR, efiarch=efiarch"/>
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user