5a61e2d4cc
The initial approach required some quite involved postprocessing as described in http://www.altlinux.org/UEFI#HOWTO; after having ironed out the kinks so that initial EFI support could be merged into mkimage proper we're better off just using it, eh?
11 lines
330 B
Makefile
11 lines
330 B
Makefile
use/efi:
|
|
@$(call add_feature)
|
|
@$(call set,MKI_VER_MINIMAL,0.2.5) # see #28219
|
|
@$(call add,THE_LISTS,$(call tags,base efi))
|
|
@$(call add,INSTALL2_PACKAGES,dosfstools)
|
|
@$(call set,EFI_BOOTLOADER,elilo) ### no choice right now
|
|
|
|
use/efi/debug: use/efi
|
|
@$(call add,STAGE2_PACKAGES,efibootmgr gdisk)
|
|
@$(call set,KFLAVOURS,led-ws)
|