Commit 665620cd authored by Anton Midyukov's avatar Anton Midyukov

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.
parent bf3163e3
......@@ -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)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment