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.
This commit is contained in:
Will Woods 2011-10-31 14:58:26 -04:00
parent 1ec2fe9fbd
commit 7f149decea
1 changed files with 0 additions and 1 deletions

View File

@ -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')">