Commit 62eb27d3 authored by Anton Midyukov's avatar Anton Midyukov

alt-server: use grub-pc for ISO boot from Legacy mode

parent 88a92aaa
......@@ -16,6 +16,9 @@ mixin/alt-server: +installer +systemd \
use/tty
@$(call set,INSTALLER,centaurus)
@$(call set,BRANDING,alt-server)
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
@$(call set,BOOTLOADER,grubpcboot)
endif
@$(call add,THE_BRANDING,alterator)
ifeq (,$(filter-out i586 x86_64 aarch64,$(ARCH)))
@$(call set,KFLAVOURS,un-def std-def)
......
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