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:
Anton Midyukov 2022-01-20 00:19:31 +07:00
parent bf3163e37a
commit 665620cd65

View File

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