diff --git a/share/efi.tmpl b/share/efi.tmpl index 614f9de1..7cd5850e 100644 --- a/share/efi.tmpl +++ b/share/efi.tmpl @@ -11,7 +11,6 @@ install boot/grub/splash.xpm.gz ${EFIBOOTDIR} ## actually make the EFI images ${make_efiboot("images/efiboot.img")} ${make_efiboot("images/macboot.img", imgtype="apple")} -${make_efiboot("images/efidisk.img", include_kernel=True, disk=True)} ## This is kinda gross, but then... so's EFI. <%def name="make_efiboot(img, include_kernel=False, disk=False, imgtype='default')">