alt-server.mk: switch to grub-efi for bootloading iso on x86_64 UEFI
All distributions and starterkits switched from refind to grub-efi a year ago. Sorry for not noticing that alt-server is still using rEFInd.
This commit is contained in:
parent
bf3163e37a
commit
665620cd65
@ -60,7 +60,7 @@ distro/alt-server:: use/memtest; @:
|
||||
endif
|
||||
|
||||
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
|
||||
distro/alt-server:: use/efi/refind +efi; @:
|
||||
distro/alt-server:: +efi; @:
|
||||
endif
|
||||
|
||||
ifeq (,$(filter-out ppc64le aarch64 e2k%,$(ARCH)))
|
||||
|
Loading…
x
Reference in New Issue
Block a user