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:
parent
1ec2fe9fbd
commit
7f149decea
@ -11,7 +11,6 @@ install boot/grub/splash.xpm.gz ${EFIBOOTDIR}
|
|||||||
## actually make the EFI images
|
## actually make the EFI images
|
||||||
${make_efiboot("images/efiboot.img")}
|
${make_efiboot("images/efiboot.img")}
|
||||||
${make_efiboot("images/macboot.img", imgtype="apple")}
|
${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.
|
## This is kinda gross, but then... so's EFI.
|
||||||
<%def name="make_efiboot(img, include_kernel=False, disk=False, imgtype='default')">
|
<%def name="make_efiboot(img, include_kernel=False, disk=False, imgtype='default')">
|
||||||
|
Loading…
Reference in New Issue
Block a user