From 7f149decea0b74da207b706665da1b8f25b4cae1 Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 31 Oct 2011 14:58:26 -0400 Subject: [PATCH] efi.tmpl: drop efidisk.img This was a holdover from the days when we couldn't properly EFI-boot boot.iso, but now with isohybrid EFI support we should be fine without it. --- share/efi.tmpl | 1 - 1 file changed, 1 deletion(-) 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')">